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

Method Detail

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.