Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.FormatException
- All Implemented Interfaces:
Serializable
Exception for format incompatibilities.
- Version:
- 0.4.1
- Author:
- Luca milazzo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatException
(String message, Throwable err) Constructs an FormatException with the specified message and root exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatException
Constructs an FormatException with the specified message and root exception.- Parameters:
message
- the exception messageerr
- the root exception object
-