public class Asn1ConsVioException extends Asn1Exception
| Constructor and Description |
|---|
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.
|
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