Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.utils
Class ErrorCollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weblogic.utils.ErrorCollectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationException, ServiceFailureException

public class ErrorCollectionException
extends Exception

See Also:
Serialized Form

Constructor Summary
ErrorCollectionException()
           
ErrorCollectionException(String msg)
           
ErrorCollectionException(String msg, Throwable th)
           
ErrorCollectionException(Throwable th)
           
 
Method Summary
 void add(Throwable th)
           
 void addCollection(ErrorCollectionException exceptionCollection)
           
 void addError(Throwable th)
           
 String getBaseMessage()
           
 Iterator<Throwable> getErrors()
           
 Collection<Throwable> getExceptions()
           
 String getMessage()
           
 boolean isEmpty()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream p)
           
 void printStackTrace(PrintWriter w)
           
 int size()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorCollectionException

public ErrorCollectionException()

ErrorCollectionException

public ErrorCollectionException(String msg)

ErrorCollectionException

public ErrorCollectionException(Throwable th)

ErrorCollectionException

public ErrorCollectionException(String msg,
                                Throwable th)
Method Detail

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, 2014, 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.3)

Part Number E41849-02