JCAT
v0.3.1

javax.csapi.cc.jcc
Class InvalidArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.csapi.cc.jcc.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgumentException
extends java.lang.Exception

This Exception indicates that an invalid argument is passed into a method.

Since:
1.0b
See Also:
Serialized Form

Constructor Summary
InvalidArgumentException()
          Constructor with no String.
InvalidArgumentException(java.lang.String s)
          Constructor which takes a string description.
 
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()
Constructor with no String.


InvalidArgumentException

public InvalidArgumentException(java.lang.String s)
Constructor which takes a string description.

Parameters:
s - description of the faulty argument.

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems