public class ExceptionInfo extends java.lang.RuntimeException implements IExceptionInfo
| Modifier and Type | Field and Description | 
|---|---|
| IPersistentMap | data | 
| Constructor and Description | 
|---|
| ExceptionInfo(java.lang.String s,
             IPersistentMap data) | 
| ExceptionInfo(java.lang.String s,
             IPersistentMap data,
             java.lang.Throwable throwable) | 
| Modifier and Type | Method and Description | 
|---|---|
| IPersistentMap | getData() | 
| java.lang.String | toString() | 
public final IPersistentMap data
public ExceptionInfo(java.lang.String s,
             IPersistentMap data)
public ExceptionInfo(java.lang.String s,
             IPersistentMap data,
             java.lang.Throwable throwable)
public IPersistentMap getData()
getData in interface IExceptionInfopublic java.lang.String toString()
toString in class java.lang.Throwable