public class DeploymentItemException extends DeploymentException
DeploymentActionException
available on statement level.Constructor and Description |
---|
DeploymentItemException(String message,
String expression,
RuntimeException inner,
int lineNumber)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Returns EPL expression.
|
RuntimeException |
getInner()
Returns EPL compile or start exception.
|
int |
getLineNumber()
Returns line number.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentItemException(String message, String expression, RuntimeException inner, int lineNumber)
message
- exception textexpression
- EPLinner
- compile or start exceptionlineNumber
- line numberpublic String getExpression()
public RuntimeException getInner()
public int getLineNumber()