au.id.jericho.lib.html

Class OverlappingOutputSegmentsException


public class OverlappingOutputSegmentsException
extends RuntimeException

Previously signalled the detection of overlapping output segments in an OutputDocument.

This class has been deprecated as of version 2.5 as overlapping output segments no longer throw an exception.

See Also:
OutputDocument.toString(), OutputDocument.writeTo(Writer)

Method Summary

OutputSegment[]
getOverlappingOutputSegments()
Returns null as this exception is never thrown.

Method Details

getOverlappingOutputSegments

public OutputSegment[] getOverlappingOutputSegments()
Returns null as this exception is never thrown.
Returns:
null as this exception is never thrown.