Package jodd.paramo

Class ParamoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParamoException
    extends jodd.exception.UncheckedException
    Exception thrown on Paramo problems.
    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
    • 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

      • ParamoException

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

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

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