|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.util.ClassInstantiationException
An exception that is thrown if errors occur dynamically instantiating classes
| 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 |
public ClassInstantiationException()
public ClassInstantiationException(String message)
message - message describing this exceptionpublic ClassInstantiationException(Throwable cause)
cause - Throwable that caused this exception
public ClassInstantiationException(String message,
Throwable cause)
message - message describing this exceptioncause - Throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||