Class Reducer.Abort

java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.ramus.runtime2.Reducer.Abort
All Implemented Interfaces:
Serializable
Enclosing class:
Reducer

public static class Reducer.Abort extends Exception
Indicates that the creation of an AST node has been aborted deliberately due to semantic errors in the input. If the creation of the AST node fails spontaneously due to errors in the parser implementation, an unchecked exception shouldbe thrown instead.

Exceptions of this class have no stack trace information and should always be caught locally.

See Also:
  • Constructor Details

    • Abort

      Abort()