public class InputException extends GeneralException
GeneralException.Debug
Constructor and Description |
---|
InputException(java.lang.String file,
java.lang.String line,
java.lang.String reason,
java.lang.Throwable cause)
Default constructor
|
setDebug, toString
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)