Class InterpolationCycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.interpolation.InterpolationException
-
- org.codehaus.plexus.interpolation.InterpolationCycleException
-
- All Implemented Interfaces:
Serializable
public class InterpolationCycleException extends InterpolationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpolationCycleException(RecursionInterceptor recursionInterceptor, String realExpr, String wholeExpr)
-
Method Summary
-
Methods inherited from class org.codehaus.plexus.interpolation.InterpolationException
getExpression
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InterpolationCycleException
public InterpolationCycleException(RecursionInterceptor recursionInterceptor, String realExpr, String wholeExpr)
-
-