creamtec.core
Interface ExceptionInfo

All Known Implementing Classes:
RequestTimeoutException, WebCreamException, WebCreamLookAndFeel.LFChangeError

public interface ExceptionInfo

Provides methods that add properties to exceptions


Method Summary
 java.lang.Throwable getNestedException()
          Returns nested exception, if there is one, or null
 boolean traceStack()
          Returns true if the stack trace for this exception should be written to the log file
 

Method Detail

traceStack

boolean traceStack()
Returns true if the stack trace for this exception should be written to the log file


getNestedException

java.lang.Throwable getNestedException()
Returns nested exception, if there is one, or null



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.