Package org.mapfish.print
Class PrintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.PrintException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidJsonValueException
,ObjectMissingException
Base exception for printing problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrintException
(String message) Construct exception.PrintException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrintException
Construct exception.- Parameters:
message
- the message
-
PrintException
Constructor.- Parameters:
message
- messagecause
- the cause
-