|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--sos.reports.InvalidBreakPosition
A position at which a report element view cannot break.
View.breakView(int, int, sos.reports.ViewFactory)
Constructor Summary | |
InvalidBreakPosition()
Creates an instance of InvalidBreakPosition . |
|
InvalidBreakPosition(int pos)
Creates an instance of InvalidBreakPosition at the specified index. |
|
InvalidBreakPosition(java.lang.String message)
Creates an instance of InvalidBreakPosition with the specified
message. |
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 InvalidBreakPosition()
InvalidBreakPosition
.
public InvalidBreakPosition(java.lang.String message)
InvalidBreakPosition
with the specified
message.
message
- the detail messagepublic InvalidBreakPosition(int pos)
pos
- index at which the report element view could not be broken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |