org.openide.src
Class ElementPrinterInterruptException

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


 

Built on December 9 2004.  |  Portions Copyright 1997-2004 Sun Microsystems, Inc. All rights reserved.