|
||||||||||
| 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
org.jasn.TypeConstraintException
This exception indicates that a violation of a dynamically checked type constraint was detected.
This exception can be thrown by the generated setter methods of the ASN.1 derived Java content classes.
| Constructor Summary | |
TypeConstraintException()
Construct a TypeConstraintException with no detail message. |
|
TypeConstraintException(String message)
Construct a TypeConstraintException with the specified detail message. |
|
TypeConstraintException(String message,
Throwable cause)
Construct a TypeConstraintException with the specified detail message and linked exception. |
|
TypeConstraintException(Throwable cause)
Construct a TypeConstraintException with a linked exception. |
|
| 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 TypeConstraintException()
public TypeConstraintException(Throwable cause)
cause - the linked exception.public TypeConstraintException(String message)
message - the detail message.
public TypeConstraintException(String message,
Throwable cause)
message - the detail message.cause - the linked exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||