Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.server
Class Debug

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.jbo.server.Debug

All Implemented Interfaces:
java.io.Serializable

public class Debug
extends java.lang.RuntimeException

Internal: Applications should not use this class.

See Also:
Serialized Form

Field Summary
static boolean DEBUG
           

 

Method Summary
static void ensure(boolean cond, java.lang.String message)
          INTERNAL: Applications should not use this method.
static void ensure(java.lang.String message)
          INTERNAL: Applications should not use this method.

 

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

 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values

Method Detail

ensure

public static void ensure(boolean cond,
                          java.lang.String message)
                   throws Debug
INTERNAL: Applications should not use this method.
Throws:
Debug

ensure

public static void ensure(java.lang.String message)
                   throws Debug
INTERNAL: Applications should not use this method.
Throws:
Debug

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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