VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.utilities
Interface FoundationsExceptionInterface

All Known Implementing Classes:
FoundationsException, VistaLinkResourceException, VistaLoginModuleException

public interface FoundationsExceptionInterface

Represents the interface that all Foundations exceptions implement. Implementing this interface allows ExceptionUtils to work with the exception.

Version:
1.0.0.193
Author:
Application Modernization - Foundations Team

Method Summary
 java.lang.String getFullStackTrace()
          Return full stack trace.
 java.lang.Throwable getNestedException()
          Return nested exception that is wrapped within this exception.
 

Method Detail

getFullStackTrace

public java.lang.String getFullStackTrace()
Return full stack trace. Full stack trace will include all nested exception messages and the full stack trace for the root exception.

Returns:
full stack trace String

getNestedException

public java.lang.Throwable getNestedException()
Return nested exception that is wrapped within this exception.

Returns:
nested exception

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193