org.openide.compiler
Class CompilerGroupException

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

public class CompilerGroupException
extends Exception

Exception thrown from CompilationEngine.createCompilerGroups(java.util.Collection). Module authors need not pay attention.

See Also:
Serialized Form

Field Summary
 Class compilerGroupClass
          Th class which was not able to produce a valid instance.
 Exception exception
          The enclosed exception.
 
Constructor Summary
CompilerGroupException(Class c, Exception ex)
          Constructor.
 
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
 

Field Detail

compilerGroupClass

public Class compilerGroupClass
Th class which was not able to produce a valid instance.

exception

public Exception exception
The enclosed exception.
Constructor Detail

CompilerGroupException

public CompilerGroupException(Class c,
                              Exception ex)
Constructor.
Parameters:
c - class for which we cannot create the instance
ex - the exception that occurred


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