public class TeiidDdlParsingException extends ParsingException
| Constructor and Description |
|---|
TeiidDdlParsingException(DdlTokenStream tokens,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
getPositionaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TeiidDdlParsingException(DdlTokenStream tokens, String message)
tokens - the tokens being parsed when the error occurred (cannot be null)message - the error message (cannot be null)public String getLocalizedMessage()
getLocalizedMessage in class ThrowableThrowable.getLocalizedMessage()Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.