jdsl.core.api
Class BoundaryViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.BoundaryViolationException
All Implemented Interfaces:
java.io.Serializable

public class BoundaryViolationException
extends CoreException

Package jdsl.core.api
class BoundaryViolationException

A BoundaryViolationException indicates that a Container's edges were trespassed somehow: off the end, over the top, beyond the bottom, etc.

Version:
$Id: BoundaryViolationException.java,v 1.2 2000/01/12 03:21:26 mdh Exp $
Author:
Mark Handy (mdh)
See Also:
Serialized Form

Constructor Summary
BoundaryViolationException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundaryViolationException

public BoundaryViolationException(java.lang.String message)