Business Components

oracle.jbo.common
Class JboAssert

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.jbo.JboException
                          |
                          +--oracle.jbo.common.JboAssert

public class JboAssert
extends JboException

Indicates that an ASSERT() statement has failed.

Since:
JDeveloper 3.0
See Also:
Serialized Form

Constructor Summary
JboAssert(java.lang.String msg)
          Creates an exception message.
JboAssert(java.lang.String msg, java.lang.Object[] params)
          Creates an exception with a formatable message.
 
Methods inherited from class oracle.jbo.JboException
addToDetails, getBaseMessage, getDetailMessage, getDetails, getErrorCode, getErrorParameters, getJboExceptionHelper, getLocalizedBaseMessage, getLocalizedMessage, getMessage, getProductCode, getResourceClass, getResourceName, getTypeNameFromId, isLocalizable, printStackTrace, printStackTrace, printStackTrace, setApplicationModule, setDetails, setErrorParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JboAssert

public JboAssert(java.lang.String msg,
                 java.lang.Object[] params)
Creates an exception with a formatable message.
Parameters:
msg - the message template.
params - the message parameters.

JboAssert

public JboAssert(java.lang.String msg)
Creates an exception message.
Parameters:
msg - the message text.

Business Components