|
|||||||||
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
OverlappingOutputSegmentsException
public class OverlappingOutputSegmentsException
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.
OutputDocument.toString()
,
OutputDocument.writeTo(Writer)
,
Serialized FormConstructor 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 |
---|
public OverlappingOutputSegmentsException()
Method Detail |
---|
public OutputSegment[] getOverlappingOutputSegments()
null
as this exception is never thrown.
null
as this exception is never thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |