com.wrq.apptrieve.agent
Class MarshallerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wrq.apptrieve.agent.ApptrieveException
              extended by com.wrq.apptrieve.agent.ChannelException
                  extended by com.wrq.apptrieve.agent.MarshallerException
All Implemented Interfaces:
java.io.Serializable

public class MarshallerException
extends ChannelException

The MarshallerException class provides information on errors that occur in the network type marshaller.

See Also:
Serialized Form

Constructor Summary
MarshallerException(ErrorMessage errorMesg)
          Create using an ErrorMessage object.
MarshallerException(java.util.List errorList)
          Create using a list of ErrorMessage objects.
MarshallerException(java.util.List mesgs, java.util.List localizedMesgs)
          Create using a list of error descriptions.
MarshallerException(java.lang.String mesg, java.lang.String localizedMesg)
          Create using an error description string.
 
Method Summary
 
Methods inherited from class com.wrq.apptrieve.agent.ApptrieveException
appendMessage, appendMessage, appendMessage, getErrorMessage, getErrorMessageList, getErrorScreen, getLocalizedMessage, getLocalizedMessageList, getMessage, getMessageList, setErrorScreen
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshallerException

public MarshallerException(java.util.List errorList)
Create using a list of ErrorMessage objects.

Parameters:
errorList - a list of ErrorMessage objects

MarshallerException

public MarshallerException(ErrorMessage errorMesg)
Create using an ErrorMessage object.

Parameters:
errorMesg - error message

MarshallerException

public MarshallerException(java.lang.String mesg,
                           java.lang.String localizedMesg)
Create using an error description string.

Parameters:
mesg - generic message string
localizedMesg - localized message string

MarshallerException

public MarshallerException(java.util.List mesgs,
                           java.util.List localizedMesgs)
Create using a list of error descriptions.

Parameters:
mesgs - list of generic message strings
localizedMesgs - list of localized message strings