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:
Serializable
Exception which indicates that a Cube is invalid
because there is a hierarchy with no members.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidHierarchyException
(String message) Creates a InvalidHierarchyException. -
Method Summary
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidHierarchyException
Creates a InvalidHierarchyException.- Parameters:
message
- Localized error message
-