org.netbeans.spi.viewmodel
Class UnknownTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.spi.viewmodel.UnknownTypeException
- All Implemented Interfaces:
- Serializable
public class UnknownTypeException
- extends Exception
Used by various data models if data model is asked to resolve node
of unknown type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownTypeException
public UnknownTypeException(Object node)
- Creates a new instance of exception for given node.
- Parameters:
node
- a node of unknown type