net.officefloor.eclipse.common.dialog.input
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.eclipse.common.dialog.input.InvalidValueException
- All Implemented Interfaces:
- Serializable
public class InvalidValueException
- extends Exception
Indicates the property value is invalid.
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidValueException
public InvalidValueException(String message)
- Only allow message that is displayed back to the user.
- Parameters:
message - Message that is to be displayed back to the user.
Copyright © 2005-2013. All Rights Reserved.