Package org.eclipse.mosaic.rti.api
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalValueException(String message)
Creates an IllegalValueException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalValueException
public IllegalValueException(String message)
Creates an IllegalValueException.- Parameters:
message
- string describing the exception
-
-