net.sourceforge.jaulp.swing.tablemodel
Class NoRowsSelectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jaulp.swing.tablemodel.NoRowsSelectedException
All Implemented Interfaces:
java.io.Serializable

public class NoRowsSelectedException
extends java.lang.Exception

The Class NoRowsSelectedException are thrown when there are no rows from the table selected.

See Also:
Serialized Form

Constructor Summary
NoRowsSelectedException()
          Instantiates a new no rows selected exception.
NoRowsSelectedException(java.lang.String message)
          Instantiates a new no rows selected exception.
NoRowsSelectedException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new no rows selected exception.
NoRowsSelectedException(java.lang.Throwable cause)
          Instantiates a new no rows selected exception.
 
Method Summary
 
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

NoRowsSelectedException

public NoRowsSelectedException()
Instantiates a new no rows selected exception.


NoRowsSelectedException

public NoRowsSelectedException(java.lang.String message)
Instantiates a new no rows selected exception.

Parameters:
message - the message

NoRowsSelectedException

public NoRowsSelectedException(java.lang.Throwable cause)
Instantiates a new no rows selected exception.

Parameters:
cause - the cause

NoRowsSelectedException

public NoRowsSelectedException(java.lang.String message,
                               java.lang.Throwable cause)
Instantiates a new no rows selected exception.

Parameters:
message - the message
cause - the cause


Copyright © 2010. All Rights Reserved.