Package net.sf.json

Class JSONException

  • All Implemented Interfaces:
    Serializable, org.apache.commons.lang.exception.Nestable

    public class JSONException
    extends org.apache.commons.lang.exception.NestableRuntimeException
    The JSONException is thrown when things are amiss.
    Version:
    4
    Author:
    JSON.org
    See Also:
    Serialized Form
    • Constructor Detail

      • JSONException

        public JSONException()
      • JSONException

        public JSONException​(String msg)
      • JSONException

        public JSONException​(Throwable cause)