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
-
ExtraStuffCompileFailedException()
- Creates an ExtraStuffCompileFailedException object.
-
ExtraStuffCompileFailedException(String)
- Creates an ExtraStuffCompileFailedException object.
ExtraStuffCompileFailedException
public ExtraStuffCompileFailedException()
- Creates an ExtraStuffCompileFailedException object.
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