org.fosstrak.hal
Class UnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fosstrak.hal.HardwareAbstractionException
              extended by org.fosstrak.hal.HardwareException
                  extended by org.fosstrak.hal.UnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOperationException
extends HardwareException

This exception is thrown if the called method is not supported by the current hardware abstraction implementation.

See Also:
Serialized Form

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

UnsupportedOperationException

public UnsupportedOperationException()
Constructor.


UnsupportedOperationException

public UnsupportedOperationException(java.lang.String message)
Constructor specifying a message.

Parameters:
message - The message

UnsupportedOperationException

public UnsupportedOperationException(java.lang.Throwable cause)
Constructor using a cause.

Parameters:
cause - The cause

UnsupportedOperationException

public UnsupportedOperationException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructor specifying a message and a cause.

Parameters:
message - The message
cause - The cause


Copyright © 2008. All Rights Reserved.