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

E13403-05

javax.ide.extension
Class UnrecognizedElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.ide.extension.UnrecognizedElementException
All Implemented Interfaces:
java.io.Serializable

public final class UnrecognizedElementException
extends java.lang.Exception

An exception indicating that an element was encountered that was unexpected. This exception is only thrown in cases where an unrecognized element is considered an error (for example, an immediate child of the <hooks> element that is not a recognized hook.

The message of this exception should explain the reason why this is an error. The IDE may display this message to users.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
UnrecognizedElementException(java.lang.String message)
           
 
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

UnrecognizedElementException

public UnrecognizedElementException(java.lang.String message)

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

E13403-05

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