All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.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.


Constructor Index

 o InvalidElementException(String)

Constructors

 o InvalidElementException
 public InvalidElementException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index