Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

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.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

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