|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
au.id.jericho.lib.html.OverlappingOutputSegmentsException
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
.
OutputDocument.toString()
,
OutputDocument.output(Writer)
,
Serialized FormMethod 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 |
public IOutputSegment[] getOverlappingOutputSegments()
Only the first two detected overlapping segments are returned,
even if other overlapping segments were added to the OutputDocument
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |