|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.config.exceptions.InstantiatorException
public class InstantiatorException
This exception is thrown whenever the Instantiator instance is unable to perform
its tasks.
| Constructor Summary | |
|---|---|
InstantiatorException()
Creates a new instance of InstantiatorException without detail message. |
|
InstantiatorException(java.lang.String msg)
Constructs an instance of InstantiatorException with the specified detail
message. |
|
InstantiatorException(java.lang.String msg,
java.lang.Throwable t)
Constructs an instance of InstantiatorException with the specified 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 InstantiatorException()
InstantiatorException without detail message.
public InstantiatorException(java.lang.String msg)
InstantiatorException with the specified detail
message.
msg - The detail message.
public InstantiatorException(java.lang.String msg,
java.lang.Throwable t)
InstantiatorException with the specified detail
message.
msg - The detail messaget - The cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||