polyglot.frontend
Class MissingDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
polyglot.frontend.SchedulerException
polyglot.frontend.MissingDependencyException
- All Implemented Interfaces:
- java.io.Serializable
public class MissingDependencyException
- extends SchedulerException
A MissingDependencyException
is thrown when a goal cannot be
reached (yet) because the it is dependent on another, often just discovered,
goal.
- Author:
- nystrom
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MissingDependencyException
public MissingDependencyException(Goal goal)
MissingDependencyException
public MissingDependencyException(Goal goal,
boolean prerequisite)
goal
public Goal goal()
prerequisite
public boolean prerequisite()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable