Class UnknownOperationException

All Implemented Interfaces:
Serializable, net.ssehub.easy.basics.messages.IIdentifiable

public class UnknownOperationException extends CSTSemanticException
An exception signaling an unknown operation.
Author:
Holger Eichelberger
See Also:
  • Constructor Details

    • UnknownOperationException

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

    • constructMessage

      public static final String constructMessage(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