com.phoenix_int.aserver.library
Class PHXNoSuchIconException

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

public class PHXNoSuchIconException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
PHXNoSuchIconException(java.lang.String name)
           
 
Method Summary
 java.lang.String getInvalidIcon()
          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

PHXNoSuchIconException

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

getInvalidIcon

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

Returns:
the invalid name