org.fosstrak.hal
Class OutOfBoundsException

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.OutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class OutOfBoundsException
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
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

OutOfBoundsException

public OutOfBoundsException()
Constructor.


OutOfBoundsException

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

Parameters:
message - The message

OutOfBoundsException

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

Parameters:
cause - The cause

OutOfBoundsException

public OutOfBoundsException(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.