Class EPCompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.compiler.client.EPCompileException
- All Implemented Interfaces:
ExceptionWithLineItems
,Serializable
Indicates an exception compiling a module or fire-and-forget query
May carry information on individual items.
- See Also:
-
Constructor Summary
ConstructorDescriptionEPCompileException
(String message) Ctor.EPCompileException
(String message, Throwable cause) CtorEPCompileException
(String message, Throwable cause, List<EPCompileExceptionItem> items) Ctor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPCompileException
Ctor.- Parameters:
message
- message
-
EPCompileException
Ctor- Parameters:
message
- messagecause
- cause
-
EPCompileException
Ctor- Parameters:
message
- messagecause
- causeitems
- additional information on items
-
-
Method Details
-
getItems
Returns compilation items.- Specified by:
getItems
in interfaceExceptionWithLineItems
- Returns:
- items
-