oracle.jbo.server
Class Debug
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--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
Type | Field |
static boolean |
DEBUG
|
Type | Method |
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 |
DEBUG
public static final boolean DEBUG
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.