com.wm.app.tn.err
Class EXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wm.util.LocalizedException
              extended by com.wm.util.ServerException
                  extended by com.wm.app.b2b.server.ServiceException
                      extended by 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

Field Summary
 
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)
           
 
Method Summary
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)
           
 java.lang.String getInfoString()
           
 java.lang.String getMessage()
           
static void main(java.lang.String[] args)
           
 EXMLException prependInfo(java.lang.String preStr)
           
static java.lang.String[] processMessage(java.lang.String msg)
           
 
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
 

Constructor Detail

EXMLException

public EXMLException(java.lang.String info,
                     java.lang.Throwable t)
Method Detail

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