ch.panter.li.bi.asn
Class AsnMisuseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.panter.li.bi.asn.AsnMisuseException
All Implemented Interfaces:
Serializable

public class AsnMisuseException
extends RuntimeException

The exception thrown when the asn library is used the wrong way.

See Also:
Serialized Form

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

AsnMisuseException

public AsnMisuseException()
Creates a new instance without message


AsnMisuseException

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

Parameters:
message - the error message

AsnMisuseException

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

Parameters:
cause - the original error causing this one

AsnMisuseException

public AsnMisuseException(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.