org.aspectj.weaver.tools

Class UnsupportedPointcutPrimitiveException


public class UnsupportedPointcutPrimitiveException
extends RuntimeException

Author:
colyer

Constructor Summary

UnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)

Method Summary

String
getInvalidPointcutExpression()
PointcutPrimitive
getUnsupportedPrimitive()

Constructor Details

UnsupportedPointcutPrimitiveException

public UnsupportedPointcutPrimitiveException(String pcExpression,
                                             PointcutPrimitive primitive)

Method Details

getInvalidPointcutExpression

public String getInvalidPointcutExpression()

getUnsupportedPrimitive

public PointcutPrimitive getUnsupportedPrimitive()
Returns:
Returns the unsupportedPrimitive.