lib.dwfl
Class ElfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.UserException
                  extended by lib.dwfl.ElfException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElfFileException

public class ElfException
extends frysk.UserException

The Elf back-end detected a problem; it might be an invalid operation; it might also be a corrupt part of an elf file.

See Also:
Serialized Form

Constructor Summary
ElfException(String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElfException

public ElfException(String s)