Package org.mapfish.print.wrapper.json
Class InvalidJsonValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.PrintException
org.mapfish.print.wrapper.json.InvalidJsonValueException
- All Implemented Interfaces:
Serializable
Thrown when an attribute has an invalid value in the spec.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidJsonValueException
(PElement element, String key, Object value) Constructor.InvalidJsonValueException
(PElement element, String key, Object value, Throwable e) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidJsonValueException
Constructor.- Parameters:
element
- element that was queriedkey
- key that was desiredvalue
- the illegal value obtained.
-
InvalidJsonValueException
Constructor.- Parameters:
element
- element that was queriedkey
- key that was desiredvalue
- the illegal value obtained.e
- the exception to wrap by this exception
-
-
Method Details