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

Uses of Interface org.openide.ErrorManager.Annotation (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Interface
org.openide.ErrorManager.Annotation

Packages that use ErrorManager.Annotation
org.openide Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and the error management system. 
 

Uses of ErrorManager.Annotation in org.openide
 

Methods in org.openide that return ErrorManager.Annotation
abstract  ErrorManager.Annotation[] ErrorManager.findAnnotations(Throwable t)
          Finds annotations associated with a given exception.
 

Methods in org.openide with parameters of type ErrorManager.Annotation
abstract  Throwable ErrorManager.attachAnnotations(Throwable t, ErrorManager.Annotation[] arr)
          Associates annotations with an exception.
 



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