org.jboss.solder.exception.control
Class ExceptionStackItem

java.lang.Object
  extended by org.jboss.solder.exception.control.ExceptionStackItem
All Implemented Interfaces:
Serializable

public final class ExceptionStackItem
extends Object
implements Serializable

Container for the exception and it's stack trace.

See Also:
Serialized Form

Constructor Summary
ExceptionStackItem(Throwable cause)
           
ExceptionStackItem(Throwable throwable, StackTraceElement[] stackTraceElements)
           
 
Method Summary
 boolean equals(Object o)
           
 StackTraceElement[] getStackTraceElements()
           
 Throwable getThrowable()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionStackItem

public ExceptionStackItem(Throwable cause)

ExceptionStackItem

public ExceptionStackItem(Throwable throwable,
                          StackTraceElement[] stackTraceElements)
Method Detail

getStackTraceElements

public StackTraceElement[] getStackTraceElements()

getThrowable

public Throwable getThrowable()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Seam Framework. All Rights Reserved.