|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jactr.core.production.CannotInstantiateException
public class CannotInstantiateException
Description of the Class
| Constructor Summary | |
|---|---|
CannotInstantiateException(java.lang.String message)
Constructor for the CannotInstantiateException object |
|
CannotInstantiateException(java.lang.String message,
java.lang.Exception cause)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
fillInStackTrace()
we don't need stack trace information |
| Methods inherited from class java.lang.Throwable |
|---|
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CannotInstantiateException(java.lang.String message)
message - Description of the Parameter
public CannotInstantiateException(java.lang.String message,
java.lang.Exception cause)
| Method Detail |
|---|
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.ThrowableThrowable.fillInStackTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||