com.tonbeller.jpivot.util
Class JPivotRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tonbeller.jpivot.util.JPivotRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MemberTree.TooManyMembersException, OlapModel.EmptyCubeException, OlapModel.ResultTooLargeException

public class JPivotRuntimeException
extends java.lang.RuntimeException

Base class for all JPivot exceptions that are RuntimeExceptions.

Since:
Jun 11 2007
Version:
$Id: JPivotRuntimeException.java,v 1.1 2007/07/09 16:17:10 remberson Exp $
Author:
Richard M. Emberson
See Also:
Serialized Form

Constructor Summary
JPivotRuntimeException()
           
JPivotRuntimeException(java.lang.String msg)
           
JPivotRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
JPivotRuntimeException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPivotRuntimeException

public JPivotRuntimeException()

JPivotRuntimeException

public JPivotRuntimeException(java.lang.String msg)

JPivotRuntimeException

public JPivotRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)

JPivotRuntimeException

public JPivotRuntimeException(java.lang.Throwable cause)