Class Advice.NoExceptionHandler

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Advice

    private static class Advice.NoExceptionHandler
    extends java.lang.Throwable
    A marker class that indicates that an advice method does not suppress any Throwable.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoExceptionHandler()
      A private constructor as this class is not supposed to be invoked.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • NoExceptionHandler

        private NoExceptionHandler()
        A private constructor as this class is not supposed to be invoked.