com.novell.sentinel.json
Class JSONParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.sentinel.json.JSONParseException
All Implemented Interfaces:
Serializable

public class JSONParseException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

JSONParseException

public JSONParseException(String msg)

JSONParseException

public JSONParseException(Throwable cause)

JSONParseException

public JSONParseException(String msg,
                          Throwable cause)