org.openide.src
Class ElementPrinterInterruptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.