context.apps.InOutBoard
Class UnexpectedValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--context.apps.InOutBoard.UnexpectedValueException
- public class UnexpectedValueException
- extends java.lang.Exception
This class implements the UnexpectedValueException. This exception is
thrown if an unexpected value is encountered during processing.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Returns the error message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
UnexpectedValueException
public UnexpectedValueException()
- Basic constructor for UnexpectedValueException with no message
UnexpectedValueException
public UnexpectedValueException(java.lang.String message)
- Constructor for UnexpectedValueException with error message
- Parameters:
message
- Error message
getMessage
public java.lang.String getMessage()
- Returns the error message
- Overrides:
- getMessage in class java.lang.Throwable
- Returns:
- the error message