All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.util.es.ExtraStuffCompileFailedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.beans.util.es.ExtraStuffException
                           |
                           +----com.ibm.beans.util.es.ExtraStuffCompileFailedException

public class ExtraStuffCompileFailedException
extends ExtraStuffException
An ExtraStuffCompileFailedException object is thrown when a bean attempts to use an ExtraStuffAggregator object to compile a set of extra members into a bean, but the compilation fails.

See Also:
ExtraStuffAggregator

Constructor Index

 o ExtraStuffCompileFailedException()
Creates an ExtraStuffCompileFailedException object.
 o ExtraStuffCompileFailedException(String)
Creates an ExtraStuffCompileFailedException object.

Constructors

 o ExtraStuffCompileFailedException
 public ExtraStuffCompileFailedException()
Creates an ExtraStuffCompileFailedException object.

 o ExtraStuffCompileFailedException
 public ExtraStuffCompileFailedException(String s)
Creates an ExtraStuffCompileFailedException object.

Parameters:
s - An additional detail message for this exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index