|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.lxtreme.ols.util.swing.component.JErrorDialog.IncidentInfo
public static class JErrorDialog.IncidentInfo
Provides a container with information about the incident.
Constructor Summary | |
---|---|
JErrorDialog.IncidentInfo(String aHeader,
String aBasicErrorMessage,
String aDetailedErrorMessage)
Creates a new IncidentInfo instance. |
|
JErrorDialog.IncidentInfo(String aHeader,
String aBasicErrorMessage,
String aDetailedErrorMessage,
Throwable aErrorException)
Main constructor that adds all the information to IncidentInfo |
|
JErrorDialog.IncidentInfo(String aHeader,
Throwable aErrorException)
Creates a new IncidentInfo instance. |
Method Summary | |
---|---|
String |
getBasicErrorMessage()
Get the basic error description |
String |
getDetailedErrorMessage()
Get the detailed error description |
Throwable |
getErrorException()
Get an exception that contains some additional information about the error if provided. |
String |
getHeader()
Get the current header string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JErrorDialog.IncidentInfo(String aHeader, String aBasicErrorMessage, String aDetailedErrorMessage)
aHeader
- the header of this incident;aBasicErrorMessage
- the short/human readable version of this incident;aDetailedErrorMessage
- the detailed version of this incident (stack trace).public JErrorDialog.IncidentInfo(String aHeader, String aBasicErrorMessage, String aDetailedErrorMessage, Throwable aErrorException)
aHeader
- the header of this incident;aBasicErrorMessage
- the short/human readable version of this incident;aDetailedErrorMessage
- the detailed version of this incident (stack trace);aErrorException
- the exception to show in this incident.public JErrorDialog.IncidentInfo(String aHeader, Throwable aErrorException)
aHeader
- the header of this incident;aErrorException
- the exception to show in this incident.Method Detail |
---|
public String getBasicErrorMessage()
public String getDetailedErrorMessage()
public Throwable getErrorException()
public String getHeader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |