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
compilerGroupClass
public Class compilerGroupClass
- Th class which was not able to produce a valid instance.
exception
public Exception exception
- The enclosed exception.
CompilerGroupException
public CompilerGroupException(Class c,
Exception ex)
- Constructor.
- Parameters:
c
- class for which we cannot create the instanceex
- the exception that occurred
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.