|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.objsys.asn1j.runtime.Asn1Exception com.objsys.asn1j.runtime.Asn1ConsVioException
public class Asn1ConsVioException
This class defines the 'ASN.1 constraint violation' exception that is thrown when an element is parsed that is outside the bounds to a defined constraint..
Constructor Summary | |
---|---|
Asn1ConsVioException(java.lang.String varname,
double value)
This constructor creates an exception object with a standard message based on the given variable name and value. |
|
Asn1ConsVioException(java.lang.String varname,
long value)
This constructor creates an exception object with a standard message based on the given variable name and value. |
|
Asn1ConsVioException(java.lang.String varname,
java.lang.String value)
This constructor creates an exception object with a standard message based on the given variable name and value. |
Method Summary |
---|
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 Asn1ConsVioException(java.lang.String varname, long value)
varname
- Name of variable that violates constraintvalue
- Value of variablepublic Asn1ConsVioException(java.lang.String varname, double value)
varname
- Name of variable that violates constraintvalue
- Value of variablepublic Asn1ConsVioException(java.lang.String varname, java.lang.String value)
varname
- Name of variable that violates constraintvalue
- Value of variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |