All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tw.edu.ncnu.im.cnclab.Algor.InvalidArgumentException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tw.edu.ncnu.im.cnclab.Algor.InvalidArgumentException

public class InvalidArgumentException
extends Exception
Thrown if invalid arguments is given to a algorithm.

Version:
0.4 Jul 8, 1999
Author:
Ding-Yi Chen

Constructor Index

 o InvalidArgumentException()
Constructs an InvalidArgumentException with no detail message.
 o InvalidArgumentException(String)
Constructs an InvalidArgumentException with the specified detail message.

Constructors

 o InvalidArgumentException
 public InvalidArgumentException()
Constructs an InvalidArgumentException with no detail message.

 o InvalidArgumentException
 public InvalidArgumentException(String message)
Constructs an InvalidArgumentException with the specified detail message.

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index