Class IllegalValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.mosaic.rti.api.IllegalValueException
All Implemented Interfaces:
Serializable

public class IllegalValueException extends Exception
An exception that is thrown if an invalid value has been used.
See Also:
  • Constructor Details

    • IllegalValueException

      public IllegalValueException(String message)
      Creates an IllegalValueException.
      Parameters:
      message - string describing the exception