com.espertech.esper.util
Class ClassInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.client.EPException
                  extended by com.espertech.esper.util.ClassInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ClassInstantiationException
extends EPException

Exception to represent an error instantiating a class from a class name.

See Also:
Serialized Form

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

ClassInstantiationException

public ClassInstantiationException(java.lang.String message)
Ctor.

Parameters:
message - supplies the detailed description

ClassInstantiationException

public ClassInstantiationException(java.lang.String message,
                                   java.lang.Throwable cause)
Ctor.

Parameters:
message - supplies the detailed description
cause - the exception cause

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com