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
Author:
colyer
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedPointcutPrimitiveException

      public UnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)
  • Method Details

    • getUnsupportedPrimitive

      public PointcutPrimitive getUnsupportedPrimitive()
      Returns:
      Returns the unsupportedPrimitive.
    • getInvalidPointcutExpression

      public String getInvalidPointcutExpression()