|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.container.ContainerInstantiationException
public class ContainerInstantiationException
Encapsulate an error during Container creation.
created on Jun 10, 2005
| Constructor Summary | |
|---|---|
ContainerInstantiationException(java.lang.String msg)
instantiate a new exception object |
|
ContainerInstantiationException(java.lang.String message,
java.lang.Throwable cause)
instantiate a new exception object |
|
| 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 ContainerInstantiationException(java.lang.String message,
java.lang.Throwable cause)
message - of the errorcause - of the errorpublic ContainerInstantiationException(java.lang.String msg)
msg - of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||