maspack.fileutil
Class FileGrabberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by maspack.fileutil.FileGrabberException
All Implemented Interfaces:
java.io.Serializable

public class FileGrabberException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
FileGrabberException(java.lang.String msg)
           
FileGrabberException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getRootMessage()
           
static java.lang.Throwable getRootThrowable(java.lang.Throwable t)
           
 
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

FileGrabberException

public FileGrabberException(java.lang.String msg)

FileGrabberException

public FileGrabberException(java.lang.String msg,
                            java.lang.Throwable cause)
Method Detail

getRootMessage

public java.lang.String getRootMessage()

getRootThrowable

public static java.lang.Throwable getRootThrowable(java.lang.Throwable t)