org.codehaus.plexus.interpolation
Class InterpolationCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.interpolation.InterpolationException
              extended by org.codehaus.plexus.interpolation.InterpolationCycleException
All Implemented Interfaces:
java.io.Serializable

public class InterpolationCycleException
extends InterpolationException

See Also:
Serialized Form

Constructor Summary
InterpolationCycleException(RecursionInterceptor recursionInterceptor, java.lang.String realExpr, java.lang.String wholeExpr)
           
 
Method Summary
 
Methods inherited from class org.codehaus.plexus.interpolation.InterpolationException
getExpression
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InterpolationCycleException

public InterpolationCycleException(RecursionInterceptor recursionInterceptor,
                                   java.lang.String realExpr,
                                   java.lang.String wholeExpr)


Copyright © 2001-2011 Codehaus. All Rights Reserved.