public class DslException extends UtilsException
Constructor and Description |
---|
DslException(MessageInfo messageCode) |
DslException(MessageInfo messageCode,
Exception cause) |
DslException(MessageInfo messageCode,
Integer line,
Integer column) |
DslException(MessageInfo messageCode,
Integer line,
Integer column,
Exception cause) |
DslException(UtilsException src) |
DslException(UtilsException src,
Integer line,
Integer column) |
Modifier and Type | Method and Description |
---|---|
Integer |
getColumn()
Column at which error occured.
|
Integer |
getLine()
Line at which error occured.
|
computeMessage, getMessageInfo
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DslException(UtilsException src)
public DslException(UtilsException src, Integer line, Integer column)
public DslException(MessageInfo messageCode)
public DslException(MessageInfo messageCode, Exception cause)
public DslException(MessageInfo messageCode, Integer line, Integer column)
public DslException(MessageInfo messageCode, Integer line, Integer column, Exception cause)