org.codeconsole.web.analytics
Class WrappedException

java.lang.Object
  extended by org.codeconsole.web.analytics.WrappedException
All Implemented Interfaces:
Serializable

public class WrappedException
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WrappedException(Exception exception)
           
 
Method Summary
 Exception getException()
           
 String getFileName()
           
 Integer getLineNumber()
           
 String getMethodName()
           
 String getStackTrace()
           
 Date getTimeStamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedException

public WrappedException(Exception exception)
Method Detail

getException

public Exception getException()

getFileName

public String getFileName()

getMethodName

public String getMethodName()

getLineNumber

public Integer getLineNumber()

getStackTrace

public String getStackTrace()

getTimeStamp

public Date getTimeStamp()


Copyright © 2011 CodeConsole.org. All Rights Reserved.