UIX 2.2.16

oracle.cabo.share.expl
Class ExplException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.cabo.share.expl.ExplException
All Implemented Interfaces:
java.io.Serializable, oracle.bali.share.util.WrappingThrowable

public class ExplException
extends java.lang.Exception
implements oracle.bali.share.util.WrappingThrowable

ExplException is the base binding language exception.

See Also:
Serialized Form

Constructor Summary
ExplException(java.lang.String message)
           
ExplException(java.lang.String message, java.lang.Throwable rootCause)
           
ExplException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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
 

Constructor Detail

ExplException

public ExplException(java.lang.String message)

ExplException

public ExplException(java.lang.String message,
                     java.lang.Throwable rootCause)

ExplException

public ExplException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface oracle.bali.share.util.WrappingThrowable

UIX 2.2.16