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