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
-
InvalidArgumentException()
- Constructs an
InvalidArgumentException with no detail message.
-
InvalidArgumentException(String)
- Constructs an
InvalidArgumentException with the specified
detail message.
InvalidArgumentException
public InvalidArgumentException()
- Constructs an
InvalidArgumentException with no detail message.
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