com.threerings.cast
Class NoSuchComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
_componentId
protected int _componentId
NoSuchComponentException
public NoSuchComponentException(int componentId)
NoSuchComponentException
public NoSuchComponentException(String componentClass,
String componentName)
getComponentId
public int getComponentId()