sos.reports
Class InvalidBreakPosition

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--sos.reports.InvalidBreakPosition
All Implemented Interfaces:
java.io.Serializable

public class InvalidBreakPosition
extends java.lang.RuntimeException

A position at which a report element view cannot break.

Since:
1.0
See Also:
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

InvalidBreakPosition

public InvalidBreakPosition()
Creates an instance of InvalidBreakPosition.


InvalidBreakPosition

public InvalidBreakPosition(java.lang.String message)
Creates an instance of InvalidBreakPosition with the specified message.

Parameters:
message - the detail message

InvalidBreakPosition

public InvalidBreakPosition(int pos)
Creates an instance of InvalidBreakPosition at the specified index.

Parameters:
pos - index at which the report element view could not be broken


Copyright 2003, 2004 Side of Software (SOS). All rights reserved.