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:
  • Constructor Details

    • IsNotSupportedException

      public IsNotSupportedException(String errorMessage)
      Constructs the exception and assigns the passed message.
      Parameters:
      errorMessage - the message that declares the reason of this exception.