Module de.agilecoders.wicket.jquery
Class Json.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.agilecoders.wicket.jquery.util.Json.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Json
Json parser runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message, Throwable throwable) Constructor.ParseException(Throwable throwable) 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
-
ParseException
Constructor.- Parameters:
message- The error messagethrowable- The cause
-
ParseException
Constructor.- Parameters:
throwable- the cause
-