Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


oracle.adf.controller.metadata
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adf.controller.ControllerException
                  extended by oracle.adf.controller.metadata.ParsingException

All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends ControllerException

Thrown to indicate parsing error with ADFc metadata.

See Also:
Serialized Form

Constructor Summary
ParsingException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
          Constructor.
ParsingException(java.lang.Throwable cause)
          Constructor.

 

Method Summary

 

Methods inherited from class oracle.adf.controller.ControllerException
getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, init

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ParsingException

public ParsingException(java.lang.Throwable cause)
Constructor. Creates a ParsingException with the specified root cause.
Parameters:
cause - The root cause of the exception.

ParsingException

public ParsingException(ExceptionKey key,
                        java.lang.Throwable cause,
                        java.lang.Object... args)
Constructor.
Parameters:
key - Key to the resource bundle message
cause - root cause
args - message arguments.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


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