org.quattor.pan.exceptions
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.quattor.pan.exceptions.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.RuntimeException

Exceptions of this type are thrown when basic system exceptions (for example, IO exceptions) are encountered. The root cause of the exception is wrapped by this exception.

Author:
loomis
See Also:
Serialized Form

Constructor Summary
SystemException(java.lang.String message)
           
SystemException(java.lang.String message, java.io.File file)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setFile(java.io.File file)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException(java.lang.String message)

SystemException

public SystemException(java.lang.String message,
                       java.io.File file)
Method Detail

setFile

public void setFile(java.io.File file)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2011 Quattor. All Rights Reserved.