Class UnrecognizedUsageParameterSetException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedUsageParameterSetException
    extends SLEEException

    This exception is thrown by the Usage Facility when passed a usage parameter set object that it does not recognize.

    Since:
    Rhino 2.4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedUsageParameterSetException

        public UnrecognizedUsageParameterSetException()

        Create an UnrecognizedUsageParameterSetException with no detail message.

        Since:
        Rhino 2.4.0
      • UnrecognizedUsageParameterSetException

        public UnrecognizedUsageParameterSetException​(String message)

        Create an UnrecognizedUsageParameterSetException with a detail message.

        Parameters:
        message - the detail message.
        Since:
        Rhino 2.4.0