com.ptc.windchill.uwgm.proesrv.cache
Class RequestValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.uwgm.proesrv.cache.RequestValidationException
All Implemented Interfaces:
Serializable

public class RequestValidationException
extends Exception

special type of Exception to throw UwgmMessage

See Also:
Serialized Form

Field Summary
protected  List uwgmMessageList
          internal collection of UwgmMessage.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RequestValidationException(List uwgmMessages)
           
RequestValidationException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
           
RequestValidationException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage, Throwable throwable)
           
 
Method Summary
 void addUwgmMessage(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
           
 com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage[] getUwgmMessages()
          returns accociated UwgmMessages
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uwgmMessageList

protected List uwgmMessageList
internal collection of UwgmMessage. List ot preserve the order

Constructor Detail

RequestValidationException

public RequestValidationException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)

RequestValidationException

public RequestValidationException(List uwgmMessages)

RequestValidationException

public RequestValidationException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage,
                                  Throwable throwable)
Method Detail

addUwgmMessage

public void addUwgmMessage(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)

getUwgmMessages

public com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage[] getUwgmMessages()
returns accociated UwgmMessages