public class ExceptionInfo extends Object
Constructor and Description |
---|
ExceptionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName() |
String |
getStackTrace() |
Test |
getTest() |
void |
setExceptionName(String exceptionName) |
void |
setStackTrace(String stackTrace) |
void |
setTest(Test test) |
public String getExceptionName()
public String getStackTrace()
public Test getTest()
public void setTest(Test test)
public void setExceptionName(String exceptionName)
public void setStackTrace(String stackTrace)
Copyright © 2016. All rights reserved.