oracle.cle.exception
Class CLERuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.cle.exception.CLERuntimeException
All Implemented Interfaces:
java.io.Serializable

public class CLERuntimeException
extends java.lang.RuntimeException

The base class for all CLE Runtime Exceptions

See Also:
Serialized Form

Field Summary
protected  CLEException cleException
           
 
Constructor Summary
CLERuntimeException(CLEException cleException)
          The constructor for this base class
 
Method Summary
 java.lang.Object getCallingObject()
           
 java.lang.String getDetailedErrorMessage()
           
 java.lang.String getErrorCode()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getPossibleFix()
           
 void setDetailedErrorMessage(java.lang.String aString)
           
 void setErrorMessage(java.lang.String aString)
           
 void setPossibleFix(java.lang.String aString)
           
 
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

cleException

protected CLEException cleException
Constructor Detail

CLERuntimeException

public CLERuntimeException(CLEException cleException)
The constructor for this base class
Method Detail

getErrorCode

public java.lang.String getErrorCode()

getDetailedErrorMessage

public java.lang.String getDetailedErrorMessage()

getPossibleFix

public java.lang.String getPossibleFix()

getCallingObject

public java.lang.Object getCallingObject()

getErrorMessage

public java.lang.String getErrorMessage()

setDetailedErrorMessage

public void setDetailedErrorMessage(java.lang.String aString)

setErrorMessage

public void setErrorMessage(java.lang.String aString)

setPossibleFix

public void setPossibleFix(java.lang.String aString)


Copyright © 2003 ORACLE Corp. All Rights Reserved.