com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKExceptionBase

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReportSDKException

public abstract class ReportSDKExceptionBase
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ReportSDKExceptionBase(int errorCode, java.lang.String errorMsg)
           
ReportSDKExceptionBase(int errorCode, java.lang.String errorMsg, java.lang.Throwable cause)
           
 
Method Summary
 int errorCode()
           
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportSDKExceptionBase

public ReportSDKExceptionBase(int errorCode,
                              java.lang.String errorMsg)

ReportSDKExceptionBase

public ReportSDKExceptionBase(int errorCode,
                              java.lang.String errorMsg,
                              java.lang.Throwable cause)
Method Detail

errorCode

public int errorCode()

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable