Package org.cyclos.model
Class FileParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.FileParsingException
-
- All Implemented Interfaces:
Serializable
public class FileParsingException extends FrameworkException
Exception thrown when a file being parsed has an invalid format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileParsingException()FileParsingException(String message)FileParsingException(String message, Throwable cause)FileParsingException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-