ch.panter.li.bi.asn
Class AsnInternalException

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

public class AsnInternalException
extends AsnException

The base for internal library exceptions.

See Also:
Serialized Form

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

AsnInternalException

public AsnInternalException()
Creates a new instance without message


AsnInternalException

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

Parameters:
message - the error message

AsnInternalException

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

Parameters:
cause - the original error causing this one

AsnInternalException

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