Package gov.nasa.pds.web.ui.containers
Class ExceptionContainer
java.lang.Object
gov.nasa.pds.web.ui.containers.ExceptionContainer
- All Implemented Interfaces:
BaseContainerInterface
public class ExceptionContainer extends Object implements BaseContainerInterface
-
Constructor Summary
Constructors Constructor Description ExceptionContainer(int id, String date, String targetUrl, String message)
ExceptionContainer(int id, String date, String targetUrl, String message, String stack)
-
Method Summary
Modifier and Type Method Description String
getDate()
int
getId()
String
getMessage()
String
getStack()
String
getTargetUrl()
-
Constructor Details
-
ExceptionContainer
-
ExceptionContainer
-
-
Method Details
-
getId
public int getId() -
getDate
-
getTargetUrl
-
getMessage
-
getStack
-