|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.rometools.propono.utils.ProponoException
public class ProponoException
Base Propono exception class.
Constructor Summary | |
---|---|
ProponoException()
Construct emtpy exception object. |
|
ProponoException(String s)
Construct ProponoException with message string. |
|
ProponoException(String s,
String longMessage)
Construct ProponoException with message string. |
|
ProponoException(String s,
String longMessge,
Throwable t)
Construct ProponoException, wrapping existing throwable. |
|
ProponoException(String s,
Throwable t)
Construct ProponoException, wrapping existing throwable. |
|
ProponoException(Throwable t)
Construct ProponoException, wrapping existing throwable. |
Method Summary | |
---|---|
Throwable |
getRootCause()
Get root cause object, or null if none. |
String |
getRootCauseMessage()
Get root cause message. |
void |
printStackTrace()
Print stack trace for exception and for root cause exception if htere is one. |
void |
printStackTrace(PrintStream s)
Print stack trace for exception and for root cause exception if htere is one. |
void |
printStackTrace(PrintWriter s)
Print stack trace for exception and for root cause exception if htere is one. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 longMessge, Throwable t)
s
- Error messaget
- Existing connection to wrap.public ProponoException(Throwable t)
t
- Existing exception to be wrapped.Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |