mondrian.olap
Class InvalidHierarchyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by mondrian.olap.InvalidHierarchyException
All Implemented Interfaces:
Serializable

public class InvalidHierarchyException
extends MondrianException

Exception which indicates that a Cube is invalid because there is a hierarchy with no members.

See Also:
Serialized Form
 

Constructor Summary
InvalidHierarchyException(String message)
          Creates a InvalidHierarchyException.
 
Method Summary
 
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InvalidHierarchyException

public InvalidHierarchyException(String message)
Creates a InvalidHierarchyException.

Parameters:
message - Localized error message

SourceForge.net_Logo