|
||||||||||
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.InputException
public class InputException
General excpetion for an exeption in or about an input file
Nested Class Summary |
---|
Nested classes/interfaces inherited from class Exceptions.GeneralException |
---|
GeneralException.Debug |
Constructor Summary | |
---|---|
InputException(java.lang.String file,
java.lang.String line,
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 InputException(java.lang.String file, java.lang.String line, java.lang.String reason, java.lang.Throwable cause)
file
- Description of the file (e.g. file name)line
- Line of the file where the problem occured (use N/A or similar
if not applicable)reason
- The reason for the exceptioncause
- The cause of the exception (if applicable - use null if not)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |