Class WrsValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.businesscode.bcdui.wrs.save.exc.WrsValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrsValidationException extends java.lang.Exception
validation exception that may be thrown byDataSaver
or another class of WRS components during web row set validation. This exception has a special handling inSOAPFaultMessage
which serializes the containedWrsValidationResult
into a soap fault envelope so it can be handled on the client- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrsValidationException(WrsValidationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WrsValidationResult
getValidationResult()
-
-
-
Constructor Detail
-
WrsValidationException
public WrsValidationException(WrsValidationResult result)
-
-
Method Detail
-
getValidationResult
public WrsValidationResult getValidationResult()
-
-