com.phoenix_int.aserver
Class PHXNoSuchObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.phoenix_int.aserver.PHXNoSuchObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PHXNoSuchWriteableObjectException

public class PHXNoSuchObjectException
extends java.lang.Exception

An exception that is thrown when an object cannot be found

See Also:
Serialized Form

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

PHXNoSuchObjectException

protected PHXNoSuchObjectException(int i,
                                   java.lang.String msg)

PHXNoSuchObjectException

public PHXNoSuchObjectException(java.lang.String object)
Parameters:
object - the object name that caused the exception.
Method Detail

getInvalidObject

public java.lang.String getInvalidObject()
retrieves the object name that was invalid

Returns:
the invalid object name