com.oracle.deviceaccess.mmio
Class AccessOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.deviceaccess.mmio.AccessOutOfBoundsException
public class AccessOutOfBoundsException
- extends java.lang.RuntimeException
Thrown by an instance of RawBlock if the offset used is
out of valid boundary of the specified memory block.
|
Constructor Summary |
AccessOutOfBoundsException()
Constructs a new AccessOutOfBoundsException with null
as its detailed reason message. |
AccessOutOfBoundsException(java.lang.String message)
Constructs a new AccessOutOfBoundsException with the specified
detail message. |
| Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccessOutOfBoundsException
public AccessOutOfBoundsException()
- Constructs a new
AccessOutOfBoundsException with null
as its detailed reason message.
AccessOutOfBoundsException
public AccessOutOfBoundsException(java.lang.String message)
- Constructs a new
AccessOutOfBoundsException with the specified
detail message. The error message string message can later be
retrieved by the Throwable.getMessage() method.
- Parameters:
message - the detailed reason of the exception
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.