Package org.mapfish.print.wrapper
Class ObjectMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.PrintException
org.mapfish.print.wrapper.ObjectMissingException
- All Implemented Interfaces:
Serializable
Thrown when an attribute is missing in the spec.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectMissingException
Constructor.- Parameters:
pJsonObject
- the json object queriedkey
- the key that was expected to exist.
-