Package org.smallmind.nutsnbolts.io
Class FileProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smallmind.nutsnbolts.lang.FormattedException
-
- org.smallmind.nutsnbolts.io.FileProcessingException
-
- All Implemented Interfaces:
Serializable
public class FileProcessingException extends FormattedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileProcessingException()FileProcessingException(String message, Object... args)FileProcessingException(Throwable throwable)FileProcessingException(Throwable throwable, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-