org.tigris.mbt.exceptions
Class InvalidDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidDataException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDataException

public InvalidDataException(String message)
Parameters:
message - A string containing a message describing the failure in detail.