de.agilecoders.wicket.jquery.util
Class Json.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
Json.ParseException(String message, Throwable throwable)
          Constructor.
Json.ParseException(Throwable throwable)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Json.ParseException

public Json.ParseException(String message,
                           Throwable throwable)
Constructor.

Parameters:
message - The error message
throwable - The cause

Json.ParseException

public Json.ParseException(Throwable throwable)
Constructor.

Parameters:
throwable - the cause


Copyright © 2017. All Rights Reserved.