com.novell.sentinel.json
Class JSONUtils.JSONNumberValueException

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

public static class JSONUtils.JSONNumberValueException
extends JSONUtils.JSONValueException

See Also:
Serialized Form

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

public JSONUtils.JSONNumberValueException(String msg)

JSONUtils.JSONNumberValueException

public JSONUtils.JSONNumberValueException(String msg,
                                          Throwable cause)

JSONUtils.JSONNumberValueException

public JSONUtils.JSONNumberValueException(Throwable cause)