|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.openwings.component.InvalidServiceException
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.
| 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 |
public InvalidServiceException(java.lang.String message)
message - the error message associated with this exception
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||