|
||||||||||
| 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.ReadPointNotFoundException
public class ReadPointNotFoundException
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 | |
|---|---|
ReadPointNotFoundException()
Constructor. |
|
ReadPointNotFoundException(java.lang.String message)
Constructor specifying a message. |
|
ReadPointNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor specifying a message and a cause. |
|
ReadPointNotFoundException(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 ReadPointNotFoundException()
public ReadPointNotFoundException(java.lang.String message)
message - The messagepublic ReadPointNotFoundException(java.lang.Throwable cause)
cause - The cause
public ReadPointNotFoundException(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 | |||||||||