|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.realtime.SizeOutOfBoundsException
SizeOutOfBoundsException
means that the value given in
the size parameter is either negative, larger than an allowable range,
or would cause an accessor method to access an address outside of the
memory area.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
SizeOutOfBoundsException()
A constructor for SizeOutOfBoundsException . |
|
SizeOutOfBoundsException(java.lang.String s)
A descriptive constructor for SizeOutOfBoundsException . |
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 |
public SizeOutOfBoundsException()
SizeOutOfBoundsException
.
public SizeOutOfBoundsException(java.lang.String s)
SizeOutOfBoundsException
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |