planetj.exception
Class ValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.exception.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends CMException

Validation Error has occured. Creation date: (2/28/2002 12:10:07 PM)

See Also:
Serialized Form

Field Summary
static String INCOMPATIBLE_VALUES
           
static String INSERT_FAILED
           
static String INVALID_LENGTH
           
static String INVALID_MIN_LENGTH
           
static String INVALID_VALUE
           
static String REQUIRED
           
static String UPDATE_FAILED
           
 
Fields inherited from class planetj.exception.CMException
DISPLAY_ALL, DISPLAY_CLASS_INFO, DISPLAY_DETAILED_MESSAGE, DISPLAY_MESSAGE, DISPLAY_ORIGINAL_EXCEPTION, FATAL, INFO, SHOW_EXCEPTION, WARNING
 
Constructor Summary
ValidationException(String pValidationExceptionShortMessage, String pValidationExceptionDetailedMessage)
          ValidationException constructor comment.
 
Method Summary
 String getValidationExceptionDetailedMessage()
          Returns the Validation Exception detailed message Creation date: (4/5/2002 1:29:51 PM)
 String getValidationExceptionShortMessage()
          Returns the Validation Exception short message Creation date: (5/13/2002 4:07:32 PM)
 String toString()
          Returns the ValidationExceptionDetailedMessage Creation date: (4/5/2002 1:14:10 PM)
 
Methods inherited from class planetj.exception.CMException
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayType, getMessage, getNextException, getOriginalException, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUIRED

public static final String REQUIRED
See Also:
Constant Field Values

INVALID_VALUE

public static final String INVALID_VALUE
See Also:
Constant Field Values

INVALID_LENGTH

public static final String INVALID_LENGTH
See Also:
Constant Field Values

INVALID_MIN_LENGTH

public static final String INVALID_MIN_LENGTH
See Also:
Constant Field Values

UPDATE_FAILED

public static final String UPDATE_FAILED
See Also:
Constant Field Values

INSERT_FAILED

public static final String INSERT_FAILED
See Also:
Constant Field Values

INCOMPATIBLE_VALUES

public static final String INCOMPATIBLE_VALUES
See Also:
Constant Field Values
Constructor Detail

ValidationException

public ValidationException(String pValidationExceptionShortMessage,
                           String pValidationExceptionDetailedMessage)
ValidationException constructor comment.

Method Detail

getValidationExceptionDetailedMessage

public final String getValidationExceptionDetailedMessage()
Returns the Validation Exception detailed message Creation date: (4/5/2002 1:29:51 PM)

Returns:
java.lang.String

getValidationExceptionShortMessage

public final String getValidationExceptionShortMessage()
Returns the Validation Exception short message Creation date: (5/13/2002 4:07:32 PM)

Returns:
java.lang.String

toString

public String toString()
Returns the ValidationExceptionDetailedMessage Creation date: (4/5/2002 1:14:10 PM)

Overrides:
toString in class CMException
Returns:
java.lang.String