ch.panter.li.bi.asn
Class AsnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.panter.li.bi.asn.AsnException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsnBerException, AsnInternalException

public class AsnException
extends Exception

The base for ASN.1 related exceptions.

See Also:
Serialized Form

Constructor Summary
AsnException()
          Creates a new instance without message
AsnException(String message)
          Creates a new instance with the given message
AsnException(String message, Throwable cause)
          Creates a new instance with the given message and causing throwable.
AsnException(Throwable cause)
          Creates a new instance without message and with the given causing throwable.
 
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

AsnException

public AsnException()
Creates a new instance without message


AsnException

public AsnException(String message)
Creates a new instance with the given message

Parameters:
message - the error message

AsnException

public AsnException(Throwable cause)
Creates a new instance without message and with the given causing throwable.

Parameters:
cause - the original error causing this one

AsnException

public AsnException(String message,
                    Throwable cause)
Creates a new instance with the given message and causing throwable.

Parameters:
message - the error message
cause - the original error causing this one


Copyright 2007-2007 SourceForge. All Rights Reserved.