Class SemanticException

  • All Implemented Interfaces:
    Serializable

    public class SemanticException
    extends AppException
    Exception used to indicate an error during the semantic phase.
    Since:
    6.4
    Author:
    O. Kerpershoek
    See Also:
    Serialized Form
    • Constructor Detail

      • SemanticException

        public SemanticException​(ErrorMessage message)
        Constructs the exception with a message object containing detailed information about the error.
        Parameters:
        message - message object containing detailed information about the error.
    • Method Detail

      • getErrorMessage

        public ErrorMessage getErrorMessage()
        This method returns a message object containing detailed information about the error.
        Returns:
        message object containing detailed information about the error.