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.RuntimeExceptionTODO 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AdviceExceptiononAfter(java.lang.Throwable cause)static AdviceExceptiononBefore(java.lang.Throwable cause)
-
-
-
Method Detail
-
onBefore
public static AdviceException onBefore(java.lang.Throwable cause)
-
onAfter
public static AdviceException onAfter(java.lang.Throwable cause)
-
-