Documentation  › java.lang  › IllegalArgumentException
 
 


  IllegalArgumentException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown to indicate that a method has been passed an illegal or inappropriate argument.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
IllegalArgumentException
public IllegalArgumentException( )

Constructs an IllegalArgumentException with no detail message.


IllegalArgumentException
public IllegalArgumentException( String s )

Constructs an IllegalArgumentException with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
IllegalCharsetNameException, IllegalSelectorException, IllegalThreadStateException, InvalidParameterException, NumberFormatException, PatternSyntaxException, UnresolvedAddressException, UnsupportedAddressTypeException, UnsupportedCharsetException



 
 
  dydoc
  3/10/05