public class ParserException extends RuntimeException
| Constructor and Description |
|---|
ParserException() |
ParserException(org.antlr.runtime.RecognitionException re) |
ParserException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
static void |
reportError(Exception e)
Utility function to generate parser error messages
|
static void |
reportError(Exception e,
Locale locale)
Utility overloaded function to generate parser error messages
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException()
public ParserException(String msg)
public ParserException(org.antlr.runtime.RecognitionException re)
public static void reportError(Exception e) throws ARException
e - ARExceptionpublic static void reportError(Exception e, Locale locale) throws ARException
e - locale - ARException? Copyright 2013 BMC Software, Inc.