Exceptions
Class OutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Exceptions.GeneralException
              extended by Exceptions.OutputException
All Implemented Interfaces:
java.io.Serializable

public class OutputException
extends GeneralException

Exception for problems writing an output file

Version:
1.0
See Also:
Serialized Form

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

OutputException

public OutputException(java.lang.String file,
                       java.lang.String reason,
                       java.lang.Throwable cause)
Default constructor

Parameters:
file - String representing the file that there is a problem with
reason - The reason for the problem
cause - The throwable that caused the problem (if applicable)