com.iplanet.jato.model
Class ValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.iplanet.jato.util.WrapperRuntimeException
|
+--com.iplanet.jato.model.ValidationException
- All Implemented Interfaces:
- RootCauseException, java.io.Serializable
- public class ValidationException
- extends WrapperRuntimeException
Indicates that data could not be set on a target view/model
- Version:
- JATO/1.2.2 $Id: ValidationException.java,v 1.7 2002/03/16 03:26:32 todd Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationException
public ValidationException()
- Default constructor
ValidationException
public ValidationException(java.lang.String message)
ValidationException
public ValidationException(java.lang.Throwable rootCause)
ValidationException
public ValidationException(java.lang.String message,
java.lang.Throwable rootCause)