weblogic.utils 
 
Class ErrorCollectionException 
java.lang.Object 
  java.lang.Throwable 
      java.lang.Exception 
          weblogic.utils.ErrorCollectionException 
 
All Implemented Interfaces:  Serializable  
 
Direct Known Subclasses:  ApplicationException , ServiceFailureException  
 
 
public class ErrorCollectionException  extends Exception   
See Also: Serialized Form  
 
 
 
 
  
  
 
 
ErrorCollectionException 
public ErrorCollectionException () 
 
 
ErrorCollectionException 
public ErrorCollectionException (String  msg) 
 
 
ErrorCollectionException 
public ErrorCollectionException (Throwable  th) 
 
 
ErrorCollectionException 
public ErrorCollectionException (String  msg,
                                Throwable  th) 
 
 
addError 
public void addError (Throwable  th) 
 
 
 
 
add 
public void add (Throwable  th) 
 
 
 
 
addCollection 
public void addCollection (ErrorCollectionException  exceptionCollection) 
 
 
 
 
size 
public int size () 
 
 
 
 
isEmpty 
public boolean isEmpty () 
 
 
 
 
getExceptions 
public Collection <Throwable > getExceptions () 
 
 
 
 
getErrors 
public Iterator <Throwable > getErrors () 
 
 
 
 
printStackTrace 
public void printStackTrace () 
Overrides: printStackTrace  in class Throwable  
 
 
 
 
 
printStackTrace 
public void printStackTrace (PrintStream  p) 
Overrides: printStackTrace  in class Throwable  
 
 
 
 
 
printStackTrace 
public void printStackTrace (PrintWriter  w) 
Overrides: printStackTrace  in class Throwable  
 
 
 
 
 
getBaseMessage 
public String  getBaseMessage () 
 
 
 
 
getMessage 
public String  getMessage () 
Overrides: getMessage  in class Throwable  
 
 
 
 
 
 
 
 
 
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01  
 
 
 PREV CLASS 
 NEXT CLASS   
  FRAMES     
 NO FRAMES     
 
  All Classes  
 
  
 
  SUMMARY: NESTED | FIELD | CONSTR  | METHOD   
DETAIL: FIELD | CONSTR  | METHOD