Package mondrian.olap
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.olap.InvalidArgumentException
- All Implemented Interfaces:
Serializable
Exception which indicates that an argument is invalid
- Since:
- April 5, 2007
- Author:
- Thiyagu
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidArgumentException
(String message) Creates a InvalidArgumentException. -
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
-
InvalidArgumentException
Creates a InvalidArgumentException.- Parameters:
message
- Localized error message
-