
public class CompositeException extends RuntimeException
| Constructor and Description |
|---|
CompositeException(Collection<? extends Throwable> causes) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic CompositeException(Collection<? extends Throwable> causes)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2009–2025 OrientDB. All rights reserved.