Business Components

oracle.jbo.server
Class Debug

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.jbo.server.Debug

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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
Method Detail

ensure

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

ensure

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

Business Components