org.codehaus.plexus.interpolation
Class InterpolationCycleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.interpolation.InterpolationException
              extended byorg.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)
           
 
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-2008 Codehaus. All Rights Reserved.