Class 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 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.