com.tonbeller.jpivot.olap.model
Class OlapModel.EmptyCubeException

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
                  extended by com.tonbeller.jpivot.olap.model.OlapModel.EmptyCubeException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
OlapModel

public static class OlapModel.EmptyCubeException
extends JPivotRuntimeException

thrown if the result can not be computed because the cube is empty.

See Also:
OlapModel.getResult(), Serialized Form

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

OlapModel.EmptyCubeException

public OlapModel.EmptyCubeException()

OlapModel.EmptyCubeException

public OlapModel.EmptyCubeException(java.lang.Throwable cause)

OlapModel.EmptyCubeException

public OlapModel.EmptyCubeException(java.lang.String message,
                                    java.lang.Throwable cause)