DhCantModifyElementException Class
Methods | This Package | All Packages
Signals that an attempt has been made to modify a read-only element, such as one that has been sent from a server to a client.
RuntimeException
|
+--WFCException
|
+--DhCantModifyElementException
package com.ms.wfc.html
public class DhCantModifyElementException
extends WFCException****
Remarks
This exception occurs only on server applications. It is thrown when a DhModule.write operation is attempted on the same element more than once. After the first write call, the element becomes read-only.