net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class SchemaValidationErrorType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.SchemaValidationErrorType
- All Implemented Interfaces:
- XCapError
public class SchemaValidationErrorType
- extends BaseXCapError
The XCAP schema-validation-error element. Indicates that the document was not
compliant to the schema after the requested operation was performed.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaValidationErrorType
public SchemaValidationErrorType(String phrase)
- Creates the XCAP schema-validation-error error with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.