net.sourceforge.nrl.parser.ast.impl
Class SyntaxErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.nrl.parser.ast.impl.SyntaxErrorException
- All Implemented Interfaces:
- Serializable
public class SyntaxErrorException
- extends RuntimeException
An extension of a token stream exception that adds a syntax error object for
diagnosis.
- Author:
- Christian Nentwich
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxErrorException
public SyntaxErrorException(SyntaxError error)
getSyntaxError
public SyntaxError getSyntaxError()
- Return the error.
- Returns:
- the error
Copyright © 2006-2013. All Rights Reserved.