public class SyntaxErrorException extends RuntimeException
| Constructor and Description |
|---|
SyntaxErrorException(SyntaxError error) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxError |
getSyntaxError()
Return the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyntaxErrorException(SyntaxError error)
public SyntaxError getSyntaxError()
Copyright © 2006-2013. All Rights Reserved.