Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends RuntimeException
Wrapper for making the WebPKI JSON library only throw unchecked exceptions.
See Also:
  • Constructor Details

    • JSONException

      public JSONException(Exception sourceException)
      Constructor for rethrowing checked exceptions.
      Parameters:
      sourceException -
    • JSONException

      public JSONException(String message)
      Constructor for original exceptions.
      Parameters:
      message -