org.openide.compiler
Class DependencyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openide.compiler.DependencyException
All Implemented Interfaces:
Serializable

public final class DependencyException
extends Exception

Exception created when a set of compilers should be compiled and there is a cyclic dependency between them.

The exception carries list of objects that form the cycle.

See Also:
Serialized Form

Method Summary
 Compilable[] getCompilables()
          Getter for list of compilables that form the cycle.
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCompilables

public Compilable[] getCompilables()
Getter for list of compilables that form the cycle.
Returns:
array of compilables

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


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