public class SQLScriptException extends Exception
| Constructor and Description |
|---|
SQLScriptException(int lineNo) |
SQLScriptException(Throwable cause,
int lineNo) |
SQLScriptException(Throwable cause,
String uri,
int lineNo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNo() |
String |
getMessage() |
SQLScriptException |
withUri(String uri) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SQLScriptException(int lineNo)
public SQLScriptException(Throwable cause, int lineNo)
public SQLScriptException withUri(String uri)
public int getLineNo()
public String getMessage()
getMessage in class ThrowableCopyright © 2006–2014 Volker Bergmann. All rights reserved.