org.tigris.mbt.exceptions
Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.mbt.exceptions.InvalidDataException
- All Implemented Interfaces:
- Serializable
public class InvalidDataException
- extends Exception
This exception should be used whenever data extraction from the data space from a
EFSM machine fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDataException
public InvalidDataException(String message)
- Parameters:
message - A string containing a message describing the failure in detail.