Class IsNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class IsNotSupportedException extends Exception
This Exception should be thrown by a method if the component does not support it.- Author:
- Markus Lauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsNotSupportedException(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 Detail
-
IsNotSupportedException
public IsNotSupportedException(String errorMessage)
Constructs the exception and assigns the passed message.- Parameters:
errorMessage
- the message that declares the reason of this exception.
-
-