protected class AbstractInternalAntlrParser.ValueConverterErrorContext extends AbstractInternalAntlrParser.ErrorContext implements ISyntaxErrorMessageProvider.IValueConverterErrorContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInternalAntlrParser.ValueConverterErrorContext(ValueConverterException valueConverterException) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultMessage()
Provides the default error message as it is produced by the parser.
|
ValueConverterException |
getValueConverterException()
Returns the thrown
ValueConverterException. |
getCurrentContext, getCurrentNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentContext, getCurrentNodeprotected AbstractInternalAntlrParser.ValueConverterErrorContext(ValueConverterException valueConverterException)
public java.lang.String getDefaultMessage()
ISyntaxErrorMessageProvider.IErrorContextgetDefaultMessage in interface ISyntaxErrorMessageProvider.IErrorContextpublic ValueConverterException getValueConverterException()
ISyntaxErrorMessageProvider.IValueConverterErrorContextValueConverterException.getValueConverterException in interface ISyntaxErrorMessageProvider.IValueConverterErrorContextValueConverterException.