org.mapfish.print
Class InvalidJsonValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.PrintException
org.mapfish.print.InvalidJsonValueException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidJsonValueException
- extends PrintException
Thrown when an attribute has an invalid value in the spec.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidJsonValueException
public InvalidJsonValueException(PJsonElement element,
java.lang.String key,
java.lang.Object value)
InvalidJsonValueException
public InvalidJsonValueException(PJsonElement element,
java.lang.String key,
java.lang.Object value,
java.lang.Throwable e)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright © 2009 Camptocamp SA. All Rights Reserved.