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
UnknownTypeException
public UnknownTypeException(Object node)
- Creates a new instance of exception for given node.
- Parameters:
node - a node of unknown type
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable