VistALink v1.5.0.026

gov.va.med.exception
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.5.0.026
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

VistALink v1.5.0.026

VistALink v1.5.0.026