com.wm.app.tn.err
Class EXMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.wm.util.LocalizedException
com.wm.util.ServerException
com.wm.app.b2b.server.ServiceException
com.wm.app.tn.err.EXMLException
- All Implemented Interfaces:
- com.wm.util.SpecifiedLocale, java.io.Serializable
public class EXMLException
- extends com.wm.app.b2b.server.ServiceException
- See Also:
- Serialized Form
Fields inherited from class com.wm.util.ServerException |
ALARM, QUIET |
Fields inherited from interface com.wm.util.SpecifiedLocale |
NULL_LOCALE |
Constructor Summary |
EXMLException(java.lang.String info,
java.lang.Throwable t)
|
Methods inherited from class com.wm.util.ServerException |
getSeverity, setSeverity |
Methods inherited from class com.wm.util.LocalizedException |
getErrorDetails, getInfo, getLocalizedMessage, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXMLException
public EXMLException(java.lang.String info,
java.lang.Throwable t)
fromResource
public static EXMLException fromResource(int facility,
java.lang.String minor,
java.lang.String action,
java.lang.String level,
java.lang.Object[] ary,
java.lang.Throwable t)
prependInfo
public EXMLException prependInfo(java.lang.String preStr)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class com.wm.util.ServerException
getInfoString
public java.lang.String getInfoString()
processMessage
public static java.lang.String[] processMessage(java.lang.String msg)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception