eclipseme.core.model
Class InvalidWirelessToolkitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byeclipseme.core.model.InvalidWirelessToolkitException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWirelessToolkitException
extends java.lang.Exception

An exception thrown when there is something wrong in specifying an instance of IWirelessToolkit.

Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.

Copyright (c) 2003-2005 Craig Setera
All Rights Reserved.
Licensed under the Eclipse Public License - v 1.0


$Revision: 1.5 $
$Date: 2005/07/07 02:36:56 $

Author:
Craig Setera
See Also:
Serialized Form

Constructor Summary
InvalidWirelessToolkitException()
          Constructor
InvalidWirelessToolkitException(java.lang.String message)
          Constructor.
InvalidWirelessToolkitException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
InvalidWirelessToolkitException(java.lang.Throwable cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidWirelessToolkitException

public InvalidWirelessToolkitException()
Constructor


InvalidWirelessToolkitException

public InvalidWirelessToolkitException(java.lang.String message)
Constructor.

Parameters:
message -

InvalidWirelessToolkitException

public InvalidWirelessToolkitException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -

InvalidWirelessToolkitException

public InvalidWirelessToolkitException(java.lang.String message,
                                       java.lang.Throwable cause)
Constructor.

Parameters:
message -
cause -