Package jodd.json

Class JsonException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JsonException
    extends jodd.exception.UncheckedException
    JSON exception.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class jodd.exception.UncheckedException

        jodd.exception.UncheckedException.CallableVoid
    • Field Summary

      • Fields inherited from class jodd.exception.UncheckedException

        cause, CAUSE_DIV, showCauseDetails
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonException​(java.lang.String message)  
      JsonException​(java.lang.String message, java.lang.Throwable t)  
      JsonException​(java.lang.Throwable t)  
    • Method Summary

      • Methods inherited from class jodd.exception.UncheckedException

        callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonException

        public JsonException​(java.lang.String message)
      • JsonException

        public JsonException​(java.lang.Throwable t)
      • JsonException

        public JsonException​(java.lang.String message,
                             java.lang.Throwable t)