Class ClassInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.EPException
com.espertech.esper.common.internal.util.ClassInstantiationException
- All Implemented Interfaces:
Serializable
Exception to represent an error instantiating a class from a class name.
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.EPException
EPTYPE
-
Constructor Summary
ConstructorDescriptionClassInstantiationException
(String message) Ctor.ClassInstantiationException
(String message, Throwable cause) 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
-
ClassInstantiationException
Ctor.- Parameters:
message
- supplies the detailed description
-
ClassInstantiationException
Ctor.- Parameters:
message
- supplies the detailed descriptioncause
- the exception cause
-