Print Page as PDF
gov.va.med.exception.FoundationsExceptionInterface ICR (5175)

gov.va.med.exception.FoundationsExceptionInterface    ICR (5175)

Name Value
NUMBER 5175
IA # 5175
DATE CREATED 2008/04/11
CUSTODIAL PACKAGE FOUNDATIONS
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.exception.FoundationsExceptionInterface
GENERAL DESCRIPTION
public interface FoundationsExceptionInterface:
Represents the interface that all Foundations exceptions implement.
Implementing this interface allows ExceptionUtils to work with the exception.
STATUS Active
KEYWORDS
  • Foundations
  • FoundationsLib
  • Exception
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
getFullStackTrace()
java.lang.String getFullStackTrace(): Deprecated. Use
Throwable.getStackTrace() instead.

Return full stack trace. Full stack trace will include all nested exception
messages and the full stack trace for the root exception.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns java.lang.String: full stack trace
representation.
getNestedException()
java.lang.Throwable getNestedException(): Deprecated.
Use Throwable.getCause() instead.

Return nested exception that is wrapped within this exception.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns java.lang.Throwable: nested exception if any.

DATE ACTIVATED 2008/07/11