java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.qintsoft.joria.runtimeapi.JoriaException
public abstract class JoriaException
This is the base class of all exceptions that are thrown by ReportWeavers api functions. Catching this exception catches all exceptions. Please be aware that ReportWeaver also throws Errors. These are the JoriaUserError and the JoriaInternalError.
| Constructor Summary | |
|---|---|
JoriaException(java.lang.String s)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoriaException(java.lang.String s)