Class IsNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException
- All Implemented Interfaces:
Serializable
This Exception should be thrown by a method if the component does not support
it.
- Author:
- Markus Lauer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIsNotSupportedException(String errorMessage) Constructs the exception and assigns the passed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IsNotSupportedException
Constructs the exception and assigns the passed message.- Parameters:
errorMessage- the message that declares the reason of this exception.
-