Package org.oristool.lello.exception


package org.oristool.lello.exception
Provides exceptions used by the parsing API.
  • Exceptions
    Class
    Description
    Describes an exceptional event occurred while attempting to compute the numeric value of an expression.
    Describes an exceptional event such as the attempt to choose an illegal name for an identifier.
    Describes an exceptional event occurred while trying to marshal and unmarshal data types and function calls between Lello and Java.
    Describes an exceptional event detected by the Lello parser.
    Describes an exceptional event occurred during an illegal attempt to alter a read-only value.
    Describes an exceptional event occurred as a result of referencing an undefined symbol.
    Describes an exceptional event occurred as a result of attempting an operation that was illegal for a certain data type.