org.springframework.richclient.widget.editor.provider
Class MaximumRowsExceededException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.richclient.widget.editor.provider.MaximumRowsExceededException
All Implemented Interfaces:
Serializable

public class MaximumRowsExceededException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MaximumRowsExceededException(int maxRows, int numberOfRows)
           
 
Method Summary
 int getMaxRows()
           
 int getNumberOfRows()
           
 
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

MaximumRowsExceededException

public MaximumRowsExceededException(int maxRows,
                                    int numberOfRows)
Method Detail

getMaxRows

public int getMaxRows()

getNumberOfRows

public int getNumberOfRows()


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.