Package org.eclipse.steady.goals
Class GoalExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.steady.goals.GoalExecutionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReportException
public class GoalExecutionException extends Exception
Thrown byAbstractGoal.executeSync(), indicates that the execution of the respective goal failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoalExecutionException(String _msg, Throwable _cause)Constructor for GoalExecutionException.GoalExecutionException(Throwable _cause)Constructor for GoalExecutionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-