[Java] Class ParserException
- org.codehaus.groovy.syntax.ParserException
Constructor Summary
Constructor and description |
---|
ParserException
(String message, Token token) |
ParserException
(String message, Throwable cause, int lineNumber, int columnNumber) |
ParserException
(String message, Throwable cause, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class SyntaxException | getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator |
class GroovyException | isFatal, setFatal |
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ParserException(String message, Token token)
public ParserException(String message, Throwable cause, int lineNumber, int columnNumber)
public ParserException(String message, Throwable cause, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/syntax/ParserException.html