view
Class NoItemSelectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
|
|
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 |
message
private java.lang.String message
NoItemSelectedException
public NoItemSelectedException(java.lang.String s)
- Constructor based on a String.
- Parameters:
s -
NoItemSelectedException
public NoItemSelectedException()
- Default Constructor.
toString
public java.lang.String toString()
- Returns a String representation of the exception.
- Overrides:
toString in class java.lang.Throwable
- Returns:
- String