All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.api.InvalidArgumentException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.core.api.CoreException
|
+----jdsl.core.api.InvalidArgumentException
- public class InvalidArgumentException
- extends CoreException
An InvalidArgumentException indicates that an argument is of the
right type but there is something else wrong with it. It should
not be thrown if the argument is a locator or an Object element,
because there are the InvalidLocatorException and the
InvalidElementException for those purposes.
- Author:
- Mark Handy (mdh)
-
InvalidArgumentException(String)
-
InvalidArgumentException
public InvalidArgumentException(String message)
All Packages Class Hierarchy This Package Previous Next Index