Package ch.raffael.meldioc.util.advice
Class AdviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.raffael.meldioc.util.advice.AdviceException
- All Implemented Interfaces:
java.io.Serializable
public class AdviceException
extends java.lang.RuntimeException
TODO JavaDoc
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdviceException()AdviceException(java.lang.String message)AdviceException(java.lang.String message, java.lang.Throwable cause)AdviceException(java.lang.Throwable cause) -
Method Summary
Modifier and Type Method Description static AdviceExceptiononAfter(java.lang.Throwable cause)static AdviceExceptiononBefore(java.lang.Throwable cause)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AdviceException
public AdviceException() -
AdviceException
public AdviceException(java.lang.String message) -
AdviceException
public AdviceException(java.lang.String message, java.lang.Throwable cause) -
AdviceException
public AdviceException(java.lang.Throwable cause)
-
-
Method Details
-
onBefore
-
onAfter
-