Class NoRowsSelectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.alpharogroup.swing.table.model.NoRowsSelectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoRowsSelectedException extends java.lang.ExceptionThe class NoRowsSelectedException are thrown when there are no rows from the table selected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
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.String message, java.lang.Throwable cause)Instantiates a new no rows selected exception.- Parameters:
message- the messagecause- the cause
-
NoRowsSelectedException
public NoRowsSelectedException(java.lang.Throwable cause)
Instantiates a new no rows selected exception.- Parameters:
cause- the cause
-
-