com.cafesoft.core.util
Class ClassInstantiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.util.ClassInstantiationException
All Implemented Interfaces:
Serializable

public class ClassInstantiationException
extends NestedException

An exception that is thrown if errors occur dynamically instantiating classes

Since:
5/2/02
See Also:
Serialized Form

Constructor Summary
ClassInstantiationException()
          Construct a new ClassInstantiationException with no other information.
ClassInstantiationException(String message)
          Construct a new ClassInstantiationException for the specified message.
ClassInstantiationException(String message, Throwable cause)
          Construct a new ClassInstantiationException for the specified message and throwable.
ClassInstantiationException(Throwable cause)
          Construct a new ClassInstantiationException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassInstantiationException

public ClassInstantiationException()
Construct a new ClassInstantiationException with no other information.


ClassInstantiationException

public ClassInstantiationException(String message)
Construct a new ClassInstantiationException for the specified message.

Parameters:
message - message describing this exception

ClassInstantiationException

public ClassInstantiationException(Throwable cause)
Construct a new ClassInstantiationException for the specified throwable.

Parameters:
cause - Throwable that caused this exception

ClassInstantiationException

public ClassInstantiationException(String message,
                                   Throwable cause)
Construct a new ClassInstantiationException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - Throwable that caused this exception


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.