public class ProcessFailureException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
ProcessFailureException.Entry |
Constructor and Description |
---|
ProcessFailureException(List<ProcessFailureException.Entry> causes) |
Modifier and Type | Method and Description |
---|---|
void |
printAllCauses(PrintWriter writer) |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public ProcessFailureException(List<ProcessFailureException.Entry> causes)
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public void printAllCauses(PrintWriter writer)
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.