public class IllegalDeltaTypeException
extends java.lang.Exception
Word by word processing should not be used with a changes-only delta. This exception is thrown when WordBufferingFilter
detects a delta with a deltaxml:delta-type attribute with the value changes-only, which is included
on the root element of a delta.
WordBufferingFilter,
Serialized Form| Constructor and Description |
|---|
IllegalDeltaTypeException()
Constructs a new IllegalDeltaTypeException with the default message.
|