com.ptc.windchill.uwgm.proesrv.cache
Class RequestValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.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 |
uwgmMessageList
protected List uwgmMessageList
- internal collection of UwgmMessage. List ot preserve the order
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)
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