org.rbtdata.rbt.exceptions
Class BaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rbtdata.rbt.exceptions.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ColumnsNotFoundException, DatasourceNotFoundException, DrillDownTypeMismatchException, ExistingDocumentException, InvalidInputException, InvalidSecurityDatasourceException, InvalidXmlException, LockedDocumentException, NoAvailableDatasourcesException, NoTableAccessException, RbtConfigNotFoundException, SecurityInterfaceException, StaleDataException, TableNotFoundException, TablesNotFoundException

public class BaseException
extends java.lang.Exception

Author:
Rob Tucker
See Also:
Serialized Form

Constructor Summary
BaseException()
           
BaseException(java.lang.String msg)
           
BaseException(java.lang.Throwable t)
           
 
Method Summary
 boolean isWrapper()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseException

public BaseException()

BaseException

public BaseException(java.lang.String msg)

BaseException

public BaseException(java.lang.Throwable t)
Method Detail

isWrapper

public boolean isWrapper()