2003.09.15


jdc.java.lang
Class IllegalArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--jdc.java.lang.IllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentException
extends java.lang.IllegalArgumentException

A wrapper class for java.lang.IllegalAccessException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
IllegalArgumentException()
          Constructs a new IllegalArgumentException object.
IllegalArgumentException(java.lang.String s)
          Constructs a new IllegalArgumentException object with the specified message.
 
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

IllegalArgumentException

public IllegalArgumentException()
Constructs a new IllegalArgumentException object.


IllegalArgumentException

public IllegalArgumentException(java.lang.String s)
Constructs a new IllegalArgumentException object with the specified message.

Parameters:
s -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.