Class ElfException

All Implemented Interfaces:
Serializable

public class ElfException extends RuntimeException
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 Details

    • ElfException

      public ElfException(String message)
    • ElfException

      public ElfException(Throwable cause)
    • ElfException

      public ElfException(String message, Throwable cause)