org.openjena.atlas.json
Class JsonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openjena.atlas.json.JsonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonParseException

public class JsonException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JsonException()
           
JsonException(String msg)
           
JsonException(String msg, Throwable cause)
           
JsonException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonException

public JsonException()

JsonException

public JsonException(Throwable cause)

JsonException

public JsonException(String msg)

JsonException

public JsonException(String msg,
                     Throwable cause)


Licenced under the Apache License, Version 2.0