|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
js.common.JSException
js.oa.exception.CouldNotCreateObjectException
public class CouldNotCreateObjectException
Thrown when the attempt to create an object fails.
| Constructor Summary | |
|---|---|
CouldNotCreateObjectException(java.lang.String msg)
|
|
CouldNotCreateObjectException(java.lang.Throwable target)
|
|
| Method Summary |
|---|
| Methods inherited from class js.common.JSException |
|---|
forward, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CouldNotCreateObjectException(java.lang.String msg)
msg - messagepublic CouldNotCreateObjectException(java.lang.Throwable target)
target - target exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||