Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.el
Class TypeCoercionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adfnmc.el.ELException
                  extended by oracle.adfnmc.el.TypeCoercionException

public class TypeCoercionException
extends ELException

Specialization of ELException added to support better granularity of catch handlers in clients.

Author:
dmartin

Constructor Summary
TypeCoercionException()
           
TypeCoercionException(java.lang.String message)
           
TypeCoercionException(java.lang.String message, java.lang.Throwable rootCause)
           
TypeCoercionException(java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeCoercionException

public TypeCoercionException()

TypeCoercionException

public TypeCoercionException(java.lang.String message,
                             java.lang.Throwable rootCause)

TypeCoercionException

public TypeCoercionException(java.lang.String message)

TypeCoercionException

public TypeCoercionException(java.lang.Throwable rootCause)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.