站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

UnknownTypeException (NetBeans View Model) - NetBeans API Javadoc 4.1.0

 

org.netbeans.spi.viewmodel
Class UnknownTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
UnknownTypeException(Object node)
          Creates a new instance of exception for given node.
 
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

UnknownTypeException

public UnknownTypeException(Object node)
Creates a new instance of exception for given node.

Parameters:
node - a node of unknown type

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.