com.tonbeller.jpivot.util
Class JPivotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tonbeller.jpivot.util.JPivotException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpressionParser.InvalidSyntaxException, InvalidExpressionException, OlapException, Quax.CannotHandleException

public class JPivotException
extends java.lang.Exception

Base class for all JPivot exceptions that are not RuntimeExceptions.

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

Constructor Summary
JPivotException()
           
JPivotException(java.lang.String msg)
           
JPivotException(java.lang.String message, java.lang.Throwable cause)
           
JPivotException(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

JPivotException

public JPivotException()

JPivotException

public JPivotException(java.lang.String msg)

JPivotException

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

JPivotException

public JPivotException(java.lang.Throwable cause)