KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > IllegalArgumentException

java.lang
Class IllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalCharsetNameException, IllegalFormatException, IllegalSelectorException, IllegalThreadStateException, InvalidKeyException, InvalidOpenTypeException, InvalidParameterException, KeyAlreadyExistsException, NumberFormatException, PatternSyntaxException, UnresolvedAddressException, UnsupportedAddressTypeException, UnsupportedCharsetException
See Also:
Top Examples, Source Code, Thread.setPriority(int)

public IllegalArgumentException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IllegalArgumentException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IllegalArgumentException(String message,
                                Throwable cause)
See Also:
Throwable.getCause(), Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1997]errror message of pattern program
By guddudebnath { at } yahoo { dot } co { dot } in on 2009/05/19 01:31:20  Rate
i need solution to a pattern program displaying error message- reached end of file while parsing. 
  


public IllegalArgumentException(Throwable cause)
See Also:
Throwable.getCause(), PrivilegedActionException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags