view
Class NoItemSelectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by view.NoItemSelectedException
All Implemented Interfaces:
java.io.Serializable

public class NoItemSelectedException
extends java.lang.Exception

Exception that is thrown when a selection is asked for but no item is selected.

Author:
pgroudas
See Also:
Serialized Form

Field Summary
private  java.lang.String message
           
 
Constructor Summary
NoItemSelectedException()
          Default Constructor.
NoItemSelectedException(java.lang.String s)
          Constructor based on a String.
 
Method Summary
 java.lang.String toString()
          Returns a String representation of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private java.lang.String message
Constructor Detail

NoItemSelectedException

public NoItemSelectedException(java.lang.String s)
Constructor based on a String.

Parameters:
s -

NoItemSelectedException

public NoItemSelectedException()
Default Constructor.

Method Detail

toString

public java.lang.String toString()
Returns a String representation of the exception.

Overrides:
toString in class java.lang.Throwable
Returns:
String