|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--weblogic.management.utils.ErrorCollectionException
| Constructor Summary | |
ErrorCollectionException()
Create a new ErrorCollectionException with no embedded exceptions. |
|
ErrorCollectionException(java.lang.String baseMessage)
Create a new ErrorCollectionException with no embedded exceptions. |
|
ErrorCollectionException(java.lang.Throwable exception)
Create a new ErrorCollectionException that contains one exception. |
|
| Method Summary | |
void |
add(java.lang.Throwable exception)
Add an exception to this ErrorCollection. |
java.lang.String |
getBaseMessage()
Return base message for this exception. |
java.util.Collection |
getExceptions()
Obtain a Collection which contains the exceptions
embedded in this ErrorCollection. |
java.lang.String |
getMessage()
Return message for all contained exceptions. |
boolean |
isEmpty()
Test if any exceptions have been added to the collection |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getCause,
getLocalizedMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ErrorCollectionException()
public ErrorCollectionException(java.lang.String baseMessage)
baseMessage - Description of the Parameterpublic ErrorCollectionException(java.lang.Throwable exception)
exception - The exception to be held by this ErrorCollectionException.| Method Detail |
public java.util.Collection getExceptions()
Collection which contains the exceptions
embedded in this ErrorCollection.
Collection embedded in this
ErrorCollection.public boolean isEmpty()
public java.lang.String getBaseMessage()
public java.lang.String getMessage()
public void add(java.lang.Throwable exception)
ErrorCollection.
exception - The exception to be added to this ErrorCollectionpublic java.lang.String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||