Openwings API Documentation (v1.1)

net.openwings.component
Class InvalidServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.openwings.component.InvalidServiceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidServiceException
extends java.lang.Exception

This class is an exception that is thrown by methods in the Component Services API to indicate that a service object or interface is invalid. The validity of service objects is determined by whether they implement the specified interface. The validity of service interfaces is determined by their compliance to the rules outlined in the Openwings Interface Specification.

See Also:
Serialized Form

Constructor Summary
InvalidServiceException(java.lang.String message)
          InvalidServiceException constructs a InvalidServiceException with the corresponding error message.
 
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

InvalidServiceException

public InvalidServiceException(java.lang.String message)
InvalidServiceException constructs a InvalidServiceException with the corresponding error message.

Parameters:
message - the error message associated with this exception

Openwings API Documentation (v1.1)