public class CatalogInputException extends Exception
CatalogInputReader.read(gudusoft.gsqlparser.catalog.input.CatalogInputSource, gudusoft.gsqlparser.catalog.input.CatalogLoadOptions) or by
CatalogInputReaders.forSource(CatalogInputSource, CatalogLoadOptions) when no
matching reader is registered (or more than one matches ambiguously).
Plan §7.1 / §13.1.
| Constructor and Description |
|---|
CatalogInputException(String message) |
CatalogInputException(String message,
CatalogDiagnosticCode code) |
CatalogInputException(String message,
Throwable cause) |
CatalogInputException(String message,
Throwable cause,
CatalogDiagnosticCode code) |
| Modifier and Type | Method and Description |
|---|---|
CatalogDiagnosticCode |
code()
Stable diagnostic code, or
null if none was supplied. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CatalogInputException(String message)
public CatalogInputException(String message, Throwable cause)
public CatalogInputException(String message, CatalogDiagnosticCode code)
public CatalogInputException(String message, Throwable cause, CatalogDiagnosticCode code)
public CatalogDiagnosticCode code()
null if none was supplied.