jdsl.core.api
Class InvalidElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.InvalidElementException

public class InvalidElementException
extends CoreException

Indicates unacceptable Object passed in as an element -- for instance, because the element isn't part of the ordered universe handled by the container.

Author:
Mark Handy (mdh)
See Also:
Serialized Form

Constructor Summary
InvalidElementException(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

InvalidElementException

public InvalidElementException(java.lang.String message)