Package org.aspectj.weaver.tools
Class UnsupportedPointcutPrimitiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aspectj.weaver.tools.UnsupportedPointcutPrimitiveException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedPointcutPrimitiveException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInvalidPointcutExpression()PointcutPrimitivegetUnsupportedPrimitive()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedPointcutPrimitiveException
public UnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)
-
-
Method Detail
-
getUnsupportedPrimitive
public PointcutPrimitive getUnsupportedPrimitive()
-
getInvalidPointcutExpression
public String getInvalidPointcutExpression()
-
-