|
JADE v6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dautelle.xml.ConstructorException
Signals that a problem of some sort has occurred when creating an object from its XML representation.
Constructor,
Serialized Form| Constructor Summary | |
ConstructorException()
Constructs a ConstructorException with no detail message. |
|
ConstructorException(java.lang.String message)
Constructs a ConstructorException with the specified detail
message. |
|
ConstructorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a ConstructorException with the specified detail
message and cause. |
|
ConstructorException(java.lang.Throwable cause)
Constructs a ConstructorException with the specified cause. |
|
| 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 ConstructorException()
ConstructorException with no detail message.
public ConstructorException(java.lang.String message)
ConstructorException with the specified detail
message.
message - the detail message.
public ConstructorException(java.lang.String message,
java.lang.Throwable cause)
ConstructorException with the specified detail
message and cause.
message - the detail message.cause - the cause.public ConstructorException(java.lang.Throwable cause)
ConstructorException with the specified cause.
cause - the cause.
|
JADE v6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||