Class 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:
  • Constructor Details

    • BuildException

      public BuildException(String reasonForInvalidity)
    • BuildException

      public BuildException(String reasonForInvalidity, Throwable subException)