Class UnknownOperationException

    • Constructor Detail

      • UnknownOperationException

        public UnknownOperationException​(java.lang.String name,
                                         int code,
                                         IDatatype operand,
                                         IDatatype... parameter)
        Constructs the message for the exception.
        Parameters:
        name - the name of the unknown operation
        operand - the operand
        parameter - the parameter
        code - the code of this message
    • Method Detail

      • constructMessage

        public static final java.lang.String constructMessage​(java.lang.String name,
                                                              IDatatype operand,
                                                              IDatatype... parameter)
        Constructs the message for the exception.
        Parameters:
        name - the name of the unknown operation
        operand - the operand
        parameter - the parameter
        Returns:
        the constructed message