javax.realtime
Class SizeOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.SizeOutOfBoundsException
- All Implemented Interfaces:
- Serializable
- public class SizeOutOfBoundsException
- extends RuntimeException
Thrown by raw and physical memory classes when their constructors
are given an invalid size parameter or when an accessor method
attempts to access an invalid address.
- Since:
- 0.3.8
- Author:
- Morgan Deters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SizeOutOfBoundsException
public SizeOutOfBoundsException()
- A constructor for
SizeOutOfBoundsException
.
SizeOutOfBoundsException
public SizeOutOfBoundsException(String description)
- A constructor for
SizeOutOfBoundsException
that takes a
description.
- Parameters:
description
- textual description of the exception.
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.