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

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.ResultTooLargeException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
OlapModel

public static class OlapModel.ResultTooLargeException
extends JPivotRuntimeException

thrown if too many result positions would be returned

See Also:
OlapModel.getResult(), Serialized Form

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

public OlapModel.ResultTooLargeException()

OlapModel.ResultTooLargeException

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

OlapModel.ResultTooLargeException

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