|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.espertech.esper.client.deploy.DeploymentException
com.espertech.esper.client.deploy.DeploymentItemException
public class DeploymentItemException
Inner exception to DeploymentActionException
available on statement level.
Constructor Summary | |
---|---|
DeploymentItemException(java.lang.String message,
java.lang.String expression,
java.lang.RuntimeException inner,
int lineNumber)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Returns EPL expression. |
java.lang.RuntimeException |
getInner()
Returns EPL compile or start exception. |
int |
getLineNumber()
Returns line number. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentItemException(java.lang.String message, java.lang.String expression, java.lang.RuntimeException inner, int lineNumber)
message
- exception textexpression
- EPLinner
- compile or start exceptionlineNumber
- line numberMethod Detail |
---|
public java.lang.String getExpression()
public java.lang.RuntimeException getInner()
public int getLineNumber()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |