com.uwyn.rife.template.exceptions
Class CircularIncludesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.template.exceptions.TemplateException
com.uwyn.rife.template.exceptions.ProcessingException
com.uwyn.rife.template.exceptions.CircularIncludesException
- All Implemented Interfaces:
- Serializable
public class CircularIncludesException
- extends ProcessingException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CircularIncludesException
public CircularIncludesException(String templateName,
DocumentPosition errorLocation,
String included,
Stack<String> previousIncludes)
getTemplateName
public String getTemplateName()
getErrorLocation
public DocumentPosition getErrorLocation()
getIncluded
public String getIncluded()
getPreviousIncludes
public Stack<String> getPreviousIncludes()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.