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, toString
public CompositeException(Collection<? extends Throwable> causes)
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 © 2009–2020 OrientDB. All rights reserved.