org.plovr
Class CircularDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.plovr.CompilationException
org.plovr.CircularDependencyException
- All Implemented Interfaces:
- Serializable
public final class CircularDependencyException
- extends CompilationException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
createCompilationError
public org.plovr.CompilationError createCompilationError()
- Specified by:
createCompilationError
in class CompilationException
getInput
public JsInput getInput()
getCircularDependency
public Collection<JsInput> getCircularDependency()
- Returns:
- An in-order collection of the dependency path that led to
the loop.