Class StoExParser.SyntaxErrorException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    StoExParser

    public static class StoExParser.SyntaxErrorException
    extends Exception
    Exception thrown in case of syntax errors. The syntax errors are contained as error message.
    See Also:
    Serialized Form
    • Constructor Detail

      • SyntaxErrorException

        public SyntaxErrorException​(String message)
        Constructs the syntax exception.
        Parameters:
        message - The message that describes the syntax errors.