|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectPException
org.objectweb.jorm.naming.api.PExceptionNaming
This exception is raised when a problem occured during name management.
| Constructor Summary | |
|---|---|
PExceptionNaming(java.lang.Exception nestedException)
|
|
PExceptionNaming(java.lang.Exception e,
java.lang.String error)
It builds a new Jorm Exception related to naming problems. |
|
PExceptionNaming(java.lang.String error)
It builds a new Jorm Exception related to naming problems. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PExceptionNaming(java.lang.String error)
error - The string representation of the error message.
public PExceptionNaming(java.lang.Exception e,
java.lang.String error)
e - The nested exception.error - The string representation of the error message.public PExceptionNaming(java.lang.Exception nestedException)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||