jdsl.core.api
Class 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)
See Also:
Serialized Form

Constructor Summary
InvalidArgumentException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException(java.lang.String message)