Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.common.sql
Class BindVariableFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.apps.fnd.applcore.flex.common.sql.BindVariableFormatException
All Implemented Interfaces:
java.io.Serializable

public class BindVariableFormatException
extends java.lang.Exception

Thrown to indicate that the application has attempted to convert a String to a BindVariable, but that the String is not in an appropriate format.

Author:
Oracle Corp.
See Also:
Serialized Form

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

BindVariableFormatException

public BindVariableFormatException(java.lang.String message)
Creates a BindVariableFormatException.

Parameters:
message - the detail message

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.