com.jcoverage.reporting
Class ReportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcoverage.reporting.ReportingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ReportingException
- extends java.lang.Exception
A nestable exception supporting exception chaining.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Constructor Summary |
ReportingException(java.lang.String s)
Create the exception with just a message. |
ReportingException(java.lang.String s,
java.lang.Throwable cause)
Create the exception with a message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportingException
public ReportingException(java.lang.String s)
- Create the exception with just a message. Only use this
constructor if there is no cause that can be attributed.
ReportingException
public ReportingException(java.lang.String s,
java.lang.Throwable cause)
- Create the exception with a message and cause.
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream out)
printStackTrace
public void printStackTrace(java.io.PrintWriter out)
getMessage
public java.lang.String getMessage()