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
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.