| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.nucleus.ValidationException
public class ValidationException
This exception is thrown by services implementing Validateable that fail validation.
Validateable, 
Serialized Form| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
ValidationException()
Constructs a new ValidationException  | 
|
ValidationException(java.lang.String pMessage)
Constructs a new ValidationException  | 
|
ValidationException(java.lang.String pMessage,
                    java.lang.Throwable pThrowable)
Constructs a new ValidationException  | 
|
ValidationException(java.lang.Throwable pThrowable)
Constructs a new ValidationException  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ValidationException()
public ValidationException(java.lang.String pMessage)
public ValidationException(java.lang.Throwable pThrowable)
public ValidationException(java.lang.String pMessage,
                           java.lang.Throwable pThrowable)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||