|
||||||||||
| 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
net.trajano.twiff.TwiffException
net.trajano.twiff.InstantiationException
public class InstantiationException
Subclass of TwiffException when there is a problem
instantiating a class.
| Constructor Summary | |
|---|---|
InstantiationException()
Construct a new exception with no cause and no detail message. |
|
InstantiationException(String message)
Construct a new exception with no cause and the specified detail message. |
|
InstantiationException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message. |
|
InstantiationException(Throwable cause)
Construct a new exception with the specified cause and no detail message. |
|
| 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 InstantiationException()
public InstantiationException(String message)
message - the message detailing the exception
public InstantiationException(String message,
Throwable cause)
message - the message detailing the exceptioncause - the exception that caused this onepublic InstantiationException(Throwable cause)
cause - the exception that caused this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||