|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockejb.interceptor.AspectException
org.mockejb.interceptor.PointcutException
public class PointcutException
Signifies exception in the pointcut, for example errors in the provided regexp patterns. Support exception chaining for 1.3 users just in case.
Constructor Summary | |
---|---|
PointcutException(java.lang.String message)
|
|
PointcutException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of PointcutException . |
Method Summary |
---|
Methods inherited from class org.mockejb.interceptor.AspectException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public PointcutException(java.lang.String message, java.lang.Throwable cause)
PointcutException
.
Appends the error stack of the cause to the message to remain 1.3 compliant.
message
- error messagecause
- cause of the exceptionpublic PointcutException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |