Package mondrian.olap
Class InvalidHierarchyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.olap.InvalidHierarchyException
-
- All Implemented Interfaces:
java.io.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
Constructors Constructor Description InvalidHierarchyException(java.lang.String message)
Creates a InvalidHierarchyException.
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
-