com.threerings.cast
Class NoSuchComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.cast.NoSuchComponentException
All Implemented Interfaces:
Serializable

public class NoSuchComponentException
extends Exception

Thrown when an attempt is made to retrieve a non-existent character component from the component repository.

See Also:
Serialized Form

Field Summary
protected  int _componentId
           
 
Constructor Summary
NoSuchComponentException(int componentId)
           
NoSuchComponentException(String componentClass, String componentName)
           
 
Method Summary
 int getComponentId()
           
 
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
 

Field Detail

_componentId

protected int _componentId
Constructor Detail

NoSuchComponentException

public NoSuchComponentException(int componentId)

NoSuchComponentException

public NoSuchComponentException(String componentClass,
                                String componentName)
Method Detail

getComponentId

public int getComponentId()