org.excel4j
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.excel4j.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgumentException
extends java.lang.RuntimeException

An exception indicating that invalid arguments were passed to the function.

See Also:
Serialized Form

Constructor Summary
InvalidArgumentException()
          Creates a new InvalidArgumentException object.
InvalidArgumentException(java.lang.String message)
          Creates a new InvalidArgumentsException object.
InvalidArgumentException(java.lang.String message, java.lang.Throwable cause)
          Creates a new InvalidArgumentsException object.
InvalidArgumentException(java.lang.Throwable cause)
          Creates a new InvalidArgumentsException object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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()
Creates a new InvalidArgumentException object.


InvalidArgumentException

public InvalidArgumentException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new InvalidArgumentsException object.

Parameters:
message. -
cause. -

InvalidArgumentException

public InvalidArgumentException(java.lang.String message)
Creates a new InvalidArgumentsException object.

Parameters:
message. -

InvalidArgumentException

public InvalidArgumentException(java.lang.Throwable cause)
Creates a new InvalidArgumentsException object.

Parameters:
cause. -