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