au.id.jericho.lib.html
Class OverlappingOutputSegmentsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by OverlappingOutputSegmentsException
All Implemented Interfaces:
java.io.Serializable

Deprecated. No longer used.

public class OverlappingOutputSegmentsException
extends java.lang.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), Serialized Form

Constructor Summary
OverlappingOutputSegmentsException()
          Deprecated.  
 
Method Summary
 OutputSegment[] getOverlappingOutputSegments()
          Deprecated. Returns null as this exception is never thrown.
 
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

OverlappingOutputSegmentsException

public OverlappingOutputSegmentsException()
Deprecated. 
Method Detail

getOverlappingOutputSegments

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

Returns:
null as this exception is never thrown.