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
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 |
cleException
protected CLEException cleException
CLERuntimeException
public CLERuntimeException(CLEException cleException)
- The constructor for this base class
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.