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
- 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.
Package jdsl.core.api
class BoundaryViolationException
- Author:
- Mark Handy
- See Also:
- Serialized Form
| 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 |
BoundaryViolationException
public BoundaryViolationException(java.lang.String message)