com.fdsapi
Class RuntimeExceptionBase
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.fdsapi.RuntimeExceptionBase
- All Implemented Interfaces:
- java.io.Serializable
- public class RuntimeExceptionBase
- extends java.lang.RuntimeException
RuntimeException used in FormattedDataSet code. It can also hold the original Exception.
View Code
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuntimeExceptionBase
public RuntimeExceptionBase()
RuntimeExceptionBase
public RuntimeExceptionBase(java.lang.String exceptionStr)
RuntimeExceptionBase
public RuntimeExceptionBase(java.lang.String exceptionStr,
java.lang.Exception e)
getStackTraceAsString
public java.lang.String getStackTraceAsString()