org.jboss.solder.exception.control
Class ExceptionStackItem
java.lang.Object
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
ExceptionStackItem
public ExceptionStackItem(Throwable cause)
ExceptionStackItem
public ExceptionStackItem(Throwable throwable,
StackTraceElement[] stackTraceElements)
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.