|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fosstrak.hal.HardwareAbstractionException
org.fosstrak.hal.HardwareException
org.fosstrak.hal.OutOfBoundsException
public class OutOfBoundsException
This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
Field Summary |
---|
Fields inherited from class org.fosstrak.hal.HardwareAbstractionException |
---|
log |
Constructor Summary | |
---|---|
OutOfBoundsException()
Constructor. |
|
OutOfBoundsException(java.lang.String message)
Constructor specifying a message. |
|
OutOfBoundsException(java.lang.String message,
java.lang.Throwable cause)
Constructor specifying a message and a cause. |
|
OutOfBoundsException(java.lang.Throwable cause)
Constructor using a cause. |
Method Summary |
---|
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 OutOfBoundsException()
public OutOfBoundsException(java.lang.String message)
message
- The messagepublic OutOfBoundsException(java.lang.Throwable cause)
cause
- The causepublic OutOfBoundsException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |