codec.asn1
Class ConstraintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--codec.asn1.ASN1Exception
                    |
                    +--codec.asn1.ConstraintException
All Implemented Interfaces:
Serializable

public class ConstraintException
extends ASN1Exception

Thrown by Constraint instances if the validation of some ASN.1 type fails.

Version:
"$Id: ConstraintException.java,v 1.2 2000/12/06 17:47:28 vroth Exp $"
Author:
Volker Roth
See Also:
Serialized Form

Constructor Summary
ConstraintException()
           
ConstraintException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstraintException

public ConstraintException()

ConstraintException

public ConstraintException(String message)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.