jdsl.core.api
Class BoundaryViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.core.api.BoundaryViolationException
All Implemented Interfaces:
Serializable

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, etc.

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Mark Handy

Constructor Summary
BoundaryViolationException(String message)
           
BoundaryViolationException(String message, Throwable cause)
           
BoundaryViolationException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundaryViolationException

public BoundaryViolationException(String message)

BoundaryViolationException

public BoundaryViolationException(String message,
                                  Throwable cause)

BoundaryViolationException

public BoundaryViolationException(Throwable cause)