|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jet.core.parser.RecursiveIncludeException
public final class RecursiveIncludeException
Describes a recursive inclusion.
ITemplateResolver.getIncludedInput(String, ITemplateInput[])
,
Serialized FormConstructor Summary | |
---|---|
RecursiveIncludeException(java.lang.String templatePath,
java.net.URI baseLocation,
ITemplateInput[] activeInputs)
|
Method Summary | |
---|---|
java.net.URI[] |
getActiveBaseLocations()
Return the base locations of the active templates. |
java.lang.String[] |
getActiveTemplatePaths()
Return the template paths of the active templates. |
java.net.URI |
getBaseLocation()
Return the base location at which the recursion was detected. |
java.lang.String |
getTemplatePath()
Return the template path that would have caused the recursion. |
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 |
---|
public RecursiveIncludeException(java.lang.String templatePath, java.net.URI baseLocation, ITemplateInput[] activeInputs)
Method Detail |
---|
public java.net.URI[] getActiveBaseLocations()
getActiveTemplatePaths()
public java.lang.String[] getActiveTemplatePaths()
public java.net.URI getBaseLocation()
public java.lang.String getTemplatePath()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |