All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.BoundaryViolationException

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

public class BoundaryViolationException
extends CoreException
A BoundaryViolationException indicates that a Container's edges were trespassed somehow: off the end, over the top, beyond the bottom, whatever.


Constructor Index

 o BoundaryViolationException(String)

Constructors

 o BoundaryViolationException
 public BoundaryViolationException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index