com.phoenix_int.aserver.library
Class PHXNoSuchAssociationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.phoenix_int.aserver.library.PHXNoSuchAssociationException
All Implemented Interfaces:
java.io.Serializable

public class PHXNoSuchAssociationException
extends java.lang.Exception

An exception that is thrown when an invalid association is specified.

See Also:
Serialized Form

Constructor Summary
PHXNoSuchAssociationException(java.lang.String name)
           
 
Method Summary
 java.lang.String getInvalidAssociation()
          retrieves the 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

PHXNoSuchAssociationException

public PHXNoSuchAssociationException(java.lang.String name)
Parameters:
name - the name that had no association
Method Detail

getInvalidAssociation

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

Returns:
the invalid name