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
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(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 Detail
-
InvalidHierarchyException
public InvalidHierarchyException(String message)
Creates a InvalidHierarchyException.- Parameters:
message
- Localized error message
-
-