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:
  • Constructor Details

    • ParseException

      public ParseException(String message, Throwable throwable)
      Constructor.
      Parameters:
      message - The error message
      throwable - The cause
    • ParseException

      public ParseException(Throwable throwable)
      Constructor.
      Parameters:
      throwable - the cause