lib.dwfl
Class ElfFileException

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
                      extended by lib.dwfl.ElfFileException
All Implemented Interfaces:
Serializable

public class ElfFileException
extends ElfException

Exception thrown when an Elf file can't be accessed in some way.

See Also:
Serialized Form

Constructor Summary
ElfFileException(File file, String message)
          Class constructor with file name.
 
Method Summary
 File getFile()
          Accessor for file name.
 
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

ElfFileException

public ElfFileException(File file,
                        String message)
Class constructor with file name.

Parameters:
message - the message.
fileName - name of file that caused the problem, if known.
See Also:
Exception
Method Detail

getFile

public File getFile()
Accessor for file name.