com.novell.java.lang
Interface HasRootCauses


public interface HasRootCauses

Provides an interface that can be implemented by classes having root cause exceptions. HasRootCauses is typically implemented by throwable classes wanting to report the exceptions into which a new exceptiona are wrapped.

See Also:
HasRootCause

Method Summary
 java.util.Enumeration getRootCauses()
          Returns an Enumeration object contaning the stored root cause objects.
 

Method Detail

getRootCauses

public java.util.Enumeration getRootCauses()
Returns an Enumeration object contaning the stored root cause objects.
Returns:
The enumeration of root causes; NULL if none exists.