doc.api.au.id.jericho.lib.html.OverlappingOutputSegmentsException.html Maven / Gradle / Ivy
Go to download
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
OverlappingOutputSegmentsException (Jericho HTML Parser 1.5-dev1)
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
au.id.jericho.lib.html
Class OverlappingOutputSegmentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
au.id.jericho.lib.html.OverlappingOutputSegmentsException
- All Implemented Interfaces:
- java.io.Serializable
- public class OverlappingOutputSegmentsException
- extends java.lang.RuntimeException
Signals that overlapping output segments have been detected in the OutputDocument
.
This exception is only thrown when an attempt is made to generate the output of the OutputDocument
.
Method Summary
IOutputSegment[]
getOverlappingOutputSegments()
Returns the two overlapping output segments in an array.
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Method Detail
getOverlappingOutputSegments
public IOutputSegment[] getOverlappingOutputSegments()
- Returns the two overlapping output segments in an array.
Only the first two detected overlapping segments are returned,
even if other overlapping segments were added to the OutputDocument
.
- Returns:
- the two overlapping output segments in an array.
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD