Skip navigation links

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

E13403-06


oracle.jdeveloper.db
Class MissingDBConnValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.panels.TraversalException
              extended by oracle.jdeveloper.db.MissingDBConnValueException

All Implemented Interfaces:
java.io.Serializable

public class MissingDBConnValueException
extends TraversalException
See Also:
Serialized Form

Method Summary
static void check(java.lang.String value, javax.swing.JCheckBox cbx)
           
static void check(java.lang.String value, javax.swing.JLabel label)
           
static void check(java.lang.String value, javax.swing.JRadioButton butt)
           
static void check(java.lang.String value, java.lang.String fieldName)
           

 

Methods inherited from class oracle.ide.panels.TraversalException
showMessageDialog

 

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

 

Method Detail

check

public static void check(java.lang.String value,
                         java.lang.String fieldName)
                  throws MissingDBConnValueException
Throws:
MissingDBConnValueException

check

public static void check(java.lang.String value,
                         javax.swing.JLabel label)
                  throws MissingDBConnValueException
Throws:
MissingDBConnValueException

check

public static void check(java.lang.String value,
                         javax.swing.JRadioButton butt)
                  throws MissingDBConnValueException
Throws:
MissingDBConnValueException

check

public static void check(java.lang.String value,
                         javax.swing.JCheckBox cbx)
                  throws MissingDBConnValueException
Throws:
MissingDBConnValueException

Skip navigation links

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

E13403-06


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