Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clumd.projects.javajson.exceptions.JsonException
com.clumd.projects.javajson.exceptions.BuildException
- All Implemented Interfaces:
Serializable
public class BuildException extends JsonException
A class representing all possible exceptions that could occur when creating a JSON object from Java values.
- See Also:
JsonException,JsonKeyException,JsonParseException, Serialized Form
-
Constructor Summary
Constructors Constructor Description BuildException(String reasonForInvalidity)BuildException(String reasonForInvalidity, Throwable subException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString