net.officefloor.eclipse.common.dialog.input
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidValueException(String message)
          Only allow message that is displayed back to the user.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.