Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


javax.ide.property
Class InvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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) implementors when the user enters an invalid property value.

See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(java.lang.String msg)
          Constructor.

 

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

InvalidPropertyException

public InvalidPropertyException(java.lang.String msg)
Constructor.
Parameters:
msg - a short message indicating the problem.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.