Package net.fornwall.jelf
Class ElfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fornwall.jelf.ElfException
- All Implemented Interfaces:
Serializable
Generic exception class for all exceptions which occur in this package. Since
there is no mechanism built into this library for recovering from errors, the
best clients can do is display the error string.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElfException(String message) ElfException(String message, Throwable cause) ElfException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElfException
-
ElfException
-
ElfException
-