|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mdm.index.master.EViewException
com.sun.mdm.index.master.UserException
com.sun.mdm.index.objects.validation.exception.ValidationException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
ValidationException()
Creates a new instance of ValidationException without detail message. |
|
ValidationException(java.lang.String msg)
Constructs an instance of ValidationException with the
specified detail message. |
|
ValidationException(java.lang.String systemCode,
java.lang.String systemDesc,
java.lang.String format,
java.lang.String id,
java.lang.String msg)
Constructs an instance of ValidationException with the
specified detail message. |
|
ValidationException(java.lang.String msg,
java.lang.Throwable t)
|
|
ValidationException(java.lang.Throwable t)
|
Method Summary | |
java.lang.String |
getFormat()
Getter for the format. |
java.lang.String |
getId()
Getter for the ID. |
java.lang.String |
getSystemCode()
Getter for the systemCode. |
java.lang.String |
getSystemDescription()
Getter for the systemDescription. |
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 |
Constructor Detail |
public ValidationException()
public ValidationException(java.lang.String msg)
ValidationException
with the
specified detail message.
msg
- the detail message.public ValidationException(java.lang.String systemCode, java.lang.String systemDesc, java.lang.String format, java.lang.String id, java.lang.String msg)
ValidationException
with the
specified detail message.
systemCode
- the system code.systemDesc
- the system description.format
- the expected format.id
- the ID to validate.msg
- the detail message.public ValidationException(java.lang.String msg, java.lang.Throwable t)
msg
- the detail message.t
- thrown exceptionpublic ValidationException(java.lang.Throwable t)
t
- thrown exceptionMethod Detail |
public java.lang.String getFormat()
public java.lang.String getId()
public java.lang.String getSystemCode()
public java.lang.String getSystemDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.