|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.client.EPException
com.espertech.esper.util.ClassInstantiationException
public class ClassInstantiationException
Exception to represent an error instantiating a class from a class name.
Constructor Summary | |
---|---|
ClassInstantiationException(java.lang.String message)
Ctor. |
|
ClassInstantiationException(java.lang.String message,
java.lang.Throwable cause)
Ctor. |
Method Summary |
---|
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 ClassInstantiationException(java.lang.String message)
message
- supplies the detailed descriptionpublic ClassInstantiationException(java.lang.String message, java.lang.Throwable cause)
message
- supplies the detailed descriptioncause
- the exception cause
|
© 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 |