public class TeiidDdlParsingException extends ParsingException
Constructor and Description |
---|
TeiidDdlParsingException(DdlTokenStream tokens,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
getPosition
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Throwable
Throwable.getLocalizedMessage()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.