Package java.lang
Class IllegalArgumentException

Public Constructor IllegalArgumentException

IllegalArgumentException()

IllegalArgumentException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IllegalArgumentException():

Constructs an IllegalArgumentException with no detail message.

constructor IllegalArgumentException(String s):

Constructs an IllegalArgumentException with the specified detail message.