ncsa.tools.elf.core.exceptions
Class BaseElfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.elf.core.exceptions.BaseElfException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ErrorCodeException

public abstract class BaseElfException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BaseElfException()
           
BaseElfException(java.lang.String message)
           
BaseElfException(java.lang.String message, java.lang.Throwable cause)
           
BaseElfException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseElfException

public BaseElfException()

BaseElfException

public BaseElfException(java.lang.String message,
                        java.lang.Throwable cause)

BaseElfException

public BaseElfException(java.lang.String message)

BaseElfException

public BaseElfException(java.lang.Throwable cause)