All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.util.es.ExtraStuffAlreadyCompiledException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.beans.util.es.ExtraStuffException
|
+----com.ibm.beans.util.es.ExtraStuffAlreadyCompiledException
- public class ExtraStuffAlreadyCompiledException
- extends ExtraStuffException
An ExtraStuffAlreadyCompiledException object is thrown when a
bean attempts to add, remove, or compile extra members using an
ExtraStuffAggregator object which has already compiled a set of
extra members into a new bean. After this compilation is complete,
it is too late to allow any further changes to that aggregator.
A new ExtraStuffAggregator instance should be created instead.
- See Also:
- ExtraStuffAggregator
-
ExtraStuffAlreadyCompiledException()
- Creates an ExtraStuffAlreadyCompiledException object.
-
ExtraStuffAlreadyCompiledException(String)
- Creates an ExtraStuffAlreadyCompiledException object.
ExtraStuffAlreadyCompiledException
public ExtraStuffAlreadyCompiledException()
- Creates an ExtraStuffAlreadyCompiledException object.
ExtraStuffAlreadyCompiledException
public ExtraStuffAlreadyCompiledException(String s)
- Creates an ExtraStuffAlreadyCompiledException object.
- Parameters:
- s - An additional detail message for this exception.
All Packages Class Hierarchy This Package Previous Next Index