Uses of Interface
de.gsi.dataset.utils.AggregateException.PrintStreamOrWriter
-
Packages that use AggregateException.PrintStreamOrWriter Package Description de.gsi.dataset.utils -
-
Uses of AggregateException.PrintStreamOrWriter in de.gsi.dataset.utils
Classes in de.gsi.dataset.utils that implement AggregateException.PrintStreamOrWriter Modifier and Type Class Description protected static classAggregateException.WrappedPrintStreamprotected static classAggregateException.WrappedPrintWriterMethods in de.gsi.dataset.utils with parameters of type AggregateException.PrintStreamOrWriter Modifier and Type Method Description protected static voidAggregateException. printEnclosedStackTrace(java.lang.Throwable throwable, AggregateException.PrintStreamOrWriter stream, java.lang.StackTraceElement[] enclosingTrace, java.lang.String caption, java.lang.String prefix, java.util.Set<java.lang.Throwable> dejaVu)Print our stack trace as an enclosed exception for the specified stack trace.
-