public class OXFThrowableCollection extends OXFException
printStackTrace
-methods to print a cumulated stack trace of all
ocuured exceptions/throwables.Constructor and Description |
---|
OXFThrowableCollection() |
OXFThrowableCollection(String reason) |
Modifier and Type | Method and Description |
---|---|
void |
addThrowable(Throwable throwable) |
Iterator<Throwable> |
getThrowablesIterator() |
boolean |
isEmpty() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public OXFThrowableCollection()
public OXFThrowableCollection(String reason)
public void addThrowable(Throwable throwable)
public boolean isEmpty()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.