com.phoenix_int.aserver.library
Class PHXNoSuchCategoryException

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

public class PHXNoSuchCategoryException
extends java.lang.Exception

An exception that is thrown when an invalid class category is specified.

See Also:
Serialized Form

Constructor Summary
PHXNoSuchCategoryException(java.lang.String category)
           
 
Method Summary
 java.lang.String getInvalidCategory()
          retrieves the category 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

PHXNoSuchCategoryException

public PHXNoSuchCategoryException(java.lang.String category)
Parameters:
category - the category name that was invalid
Method Detail

getInvalidCategory

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

Returns:
the invalid category name