de.agilecoders.wicket.jquery.util
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
public static final class Json.ParseException
- extends RuntimeException
Json parser runtime exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Json.ParseException
public Json.ParseException(String message,
Throwable throwable)
- Constructor.
- Parameters:
message - The error messagethrowable - The cause
Json.ParseException
public Json.ParseException(Throwable throwable)
- Constructor.
- Parameters:
throwable - the cause
Copyright © 2017. All Rights Reserved.