Package org.eclipse.steady.goals
Class ReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.steady.goals.GoalExecutionException
-
- org.eclipse.steady.goals.ReportException
-
- All Implemented Interfaces:
Serializable
public class ReportException extends GoalExecutionException
ReportException class.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportException(String _msg, Throwable _cause)Constructor for ReportException.ReportException(Throwable _cause)Constructor for ReportException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLongMessage()Getter for the fieldlongMessage.voidsetLongMessage(String longMessage)Setter for the fieldlongMessage.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-