|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ejie.r01f.exceptions.ExceptionFormatter
Utilidades auxiliares para el formateo de excepciones
| Constructor Summary | |
ExceptionFormatter()
|
|
| Method Summary | |
static java.lang.String |
getHTML(java.lang.Exception ex)
Obtiene un html para la exception |
static java.lang.String |
getHTML(java.lang.Exception ex,
java.lang.String inMsg)
Obtiene un html para la exception |
static java.lang.String |
getLongMsg(java.lang.Exception ex)
Obtiene un texto largo para la exception |
static java.lang.String |
getLongMsg(java.lang.Exception ex,
java.lang.String inMsg)
Obtiene un texto largo para la exception |
static java.lang.String |
getShortMsg(java.lang.Exception ex)
Obtiene un texto corto para la exception |
static java.lang.String |
getShortMsg(java.lang.Exception ex,
java.lang.String inMsg)
Obtiene un texto corto para la exception |
static java.lang.String |
getXML(java.lang.Exception ex)
Obtiene un xml para la exception |
static java.lang.String |
getXML(java.lang.Exception ex,
java.lang.String inMsg)
Obtiene un xml para la exception |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExceptionFormatter()
| Method Detail |
public static java.lang.String getShortMsg(java.lang.Exception ex)
public static java.lang.String getShortMsg(java.lang.Exception ex,
java.lang.String inMsg)
public static java.lang.String getLongMsg(java.lang.Exception ex)
public static java.lang.String getLongMsg(java.lang.Exception ex,
java.lang.String inMsg)
public static java.lang.String getXML(java.lang.Exception ex)
public static java.lang.String getXML(java.lang.Exception ex,
java.lang.String inMsg)
public static java.lang.String getHTML(java.lang.Exception ex)
public static java.lang.String getHTML(java.lang.Exception ex,
java.lang.String inMsg)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||