com.qintsoft.joria.runtimeapi
Class JoriaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qintsoft.joria.runtimeapi.JoriaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
com.qintsoft.joria.data.JoriaDataException, JoriaUserException

public abstract class JoriaException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

JoriaException

public JoriaException(java.lang.String s)