|
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.service.ServiceInterfaceException
This class is an exception that is thrown to indicate that a service interface is invalid. The validity of service interfaces is determined by their compliance to the rules outlined in the Openwings Interface Specification.
| Constructor Summary | |
ServiceInterfaceException()
Default constructor |
|
ServiceInterfaceException(java.lang.String message)
This constructor creates an exception 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 ServiceInterfaceException(java.lang.String message)
message - the error message associated with this exceptionpublic ServiceInterfaceException()
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||