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

ElementPrinterInterruptException (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.1

org.openide.src 1.8.31

org.openide.src
Class ElementPrinterInterruptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openide.src.ElementPrinterInterruptException
All Implemented Interfaces:
Serializable

public class ElementPrinterInterruptException
extends Exception

Thrown when an element printer stops printing at some notable point.

See Also:
ElementPrinter, Serialized Form

Constructor Summary
ElementPrinterInterruptException()
          Construct the exception.
 
Method Summary
 
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

ElementPrinterInterruptException

public ElementPrinterInterruptException()
Construct the exception.


org.openide.src 1.8.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.