com.novell.sentinel.json
Class JSONUtils.JSONValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.sentinel.json.JSONUtils.JSONValueException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONUtils.JSONNumberValueException
Enclosing class:
JSONUtils

public static class JSONUtils.JSONValueException
extends Exception

See Also:
Serialized Form

Constructor Summary
JSONUtils.JSONValueException(String msg)
           
JSONUtils.JSONValueException(String msg, Throwable cause)
           
JSONUtils.JSONValueException(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

JSONUtils.JSONValueException

public JSONUtils.JSONValueException(String msg)

JSONUtils.JSONValueException

public JSONUtils.JSONValueException(String msg,
                                    Throwable cause)

JSONUtils.JSONValueException

public JSONUtils.JSONValueException(Throwable cause)