GraphLab Project

graphlab.platform.core.exception
Class ExceptionOccuredData

java.lang.Object
  extended by graphlab.platform.core.exception.ExceptionOccuredData

public class ExceptionOccuredData
extends java.lang.Object

The base class which stores information about occcured exceptions in application.

Author:
Ruzbeh ebrahimi

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

EVENT_KEY

public static final java.lang.String EVENT_KEY
See Also:
Constant Field Values

e

public java.lang.Throwable e
Constructor Detail

ExceptionOccuredData

public ExceptionOccuredData(java.lang.Throwable e)

GraphLab Project