|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.platform.core.exception.ExceptionOccuredData
public class ExceptionOccuredData
The base class which stores information about occcured exceptions in application.
Field Summary | |
---|---|
java.lang.Throwable |
e
|
static java.lang.String |
EVENT_KEY
|
Constructor Summary | |
---|---|
ExceptionOccuredData(java.lang.Throwable e)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EVENT_KEY
public java.lang.Throwable e
Constructor Detail |
---|
public ExceptionOccuredData(java.lang.Throwable e)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |