|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
Exceptions.GeneralException
Exceptions.OutputException
public class OutputException
Exception for problems writing an output file
Nested Class Summary |
---|
Nested classes/interfaces inherited from class Exceptions.GeneralException |
---|
GeneralException.Debug |
Constructor Summary | |
---|---|
OutputException(java.lang.String file,
java.lang.String reason,
java.lang.Throwable cause)
Default constructor |
Method Summary |
---|
Methods inherited from class Exceptions.GeneralException |
---|
setDebug, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutputException(java.lang.String file, java.lang.String reason, java.lang.Throwable cause)
file
- String representing the file that there is a problem withreason
- The reason for the problemcause
- The throwable that caused the problem (if applicable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |