Package jodd.methref

Class MethrefException

    • 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
      MethrefException​(java.lang.String string)  
      MethrefException​(java.lang.String string, java.lang.Throwable throwable)  
      MethrefException​(java.lang.Throwable throwable)  
    • 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

      • MethrefException

        public MethrefException​(java.lang.Throwable throwable)
      • MethrefException

        public MethrefException​(java.lang.String string)
      • MethrefException

        public MethrefException​(java.lang.String string,
                                java.lang.Throwable throwable)