@Deprecated public class ProponoException extends Exception
Constructor and Description |
---|
ProponoException()
Deprecated.
Construct emtpy exception object.
|
ProponoException(String s)
Deprecated.
Construct ProponoException with message string.
|
ProponoException(String s,
String longMessage)
Deprecated.
Construct ProponoException with message string.
|
ProponoException(String s,
String longMessage,
Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
ProponoException(String s,
Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
ProponoException(Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Deprecated.
Get root cause object, or null if none.
|
String |
getRootCauseMessage()
Deprecated.
Get root cause message.
|
void |
printStackTrace()
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
void |
printStackTrace(PrintStream s)
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
void |
printStackTrace(PrintWriter s)
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ProponoException()
public ProponoException(String s)
s
- Error message string.public ProponoException(String s, String longMessage)
s
- Error message string.public ProponoException(String s, Throwable t)
s
- Error messaget
- Existing connection to wrap.public ProponoException(String s, String longMessage, Throwable t)
s
- Error messaget
- Existing connection to wrap.public ProponoException(Throwable t)
t
- Existing exception to be wrapped.public Throwable getRootCause()
public String getRootCauseMessage()
public void printStackTrace()
printStackTrace
in class Throwable
Throwable.printStackTrace()
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- Stream to print to.public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
s
- Writer to write to.Copyright © 2020. All rights reserved.