oracle.jdeveloper.db
Class MissingDBConnValueException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.ide.panels.TraversalException
              
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 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 | 
 
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
 
Copyright © 1997, 2013, Oracle. All rights reserved.