Package flowcean.AutomataLearner
Class MessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- flowcean.AutomataLearner.MessageException
-
- All Implemented Interfaces:
Serializable
public class MessageException extends Exception
Exception class for Status Messages- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageException(String message)
Message Exception Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LearnerOuterClass.StatusMessage
getStatusMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageException
public MessageException(String message)
Message Exception Constructor- Parameters:
message
- the message of the status
-
-
Method Detail
-
getStatusMessage
public LearnerOuterClass.StatusMessage getStatusMessage()
-
-