|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.phoenix_int.aserver.PHXNoSuchObjectException
public class PHXNoSuchObjectException
An exception that is thrown when an object cannot be found
| Constructor Summary | |
|---|---|
protected |
PHXNoSuchObjectException(int i,
java.lang.String msg)
|
|
PHXNoSuchObjectException(java.lang.String object)
|
| Method Summary | |
|---|---|
java.lang.String |
getInvalidObject()
retrieves the object name that was invalid |
| 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 |
|---|
protected PHXNoSuchObjectException(int i,
java.lang.String msg)
public PHXNoSuchObjectException(java.lang.String object)
object - the object name that caused the exception.| Method Detail |
|---|
public java.lang.String getInvalidObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||