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
Built on February 22 2001. | Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.