mondrian.olap
Class InvalidArgumentException

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.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends MondrianException

Exception which indicates that an argument is invalid

Since:
April 5, 2007
Version:
$Id: //open/mondrian-release/3.0/src/main/mondrian/olap/InvalidArgumentException.java#2 $
Author:
Thiyagu
See Also:
Serialized Form

Constructor Summary
InvalidArgumentException(String message)
          Creates a InvalidArgumentException.
 
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

InvalidArgumentException

public InvalidArgumentException(String message)
Creates a InvalidArgumentException.

Parameters:
message - Localized error message

SourceForge.net_Logo