org.quattor.pan.exceptions
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
SystemException
public SystemException(java.lang.String message)
SystemException
public SystemException(java.lang.String message,
java.io.File file)
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.