java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.ide.property.InvalidPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidPropertyException
- extends java.lang.Exception
This exception should be thrown by PropertyPage.onExit(java.util.prefs.Preferences, javax.ide.command.Context) 55
implementors when the user enters an invalid property value.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyException
public InvalidPropertyException(java.lang.String msg)
- Constructor.