public class PotentiallySecondaryError extends Error implements PotentiallySecondary
Constructor and Description |
---|
PotentiallySecondaryError() |
PotentiallySecondaryError(String msg) |
PotentiallySecondaryError(String msg,
Throwable t) |
PotentiallySecondaryError(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getNestedThrowable() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public PotentiallySecondaryError(Throwable t)
public PotentiallySecondaryError(String msg)
public PotentiallySecondaryError()
public Throwable getNestedThrowable()
getNestedThrowable
in interface PotentiallySecondary
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
Copyright © 2017 com.mchange. All rights reserved.