XBinder C# Runtime Library  2.8
Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBValidationException Class Reference

All exceptions related to XML schema validation are subclasses of this class. More...

Inheritance diagram for com.objsys.xbinder.runtime.XBValidationException:
com.objsys.xbinder.runtime.XBException com.objsys.xbinder.runtime.XBConsVioException com.objsys.xbinder.runtime.XBInvalidLengthException com.objsys.xbinder.runtime.XBNumberFormatException com.objsys.xbinder.runtime.XBOccurrencesException com.objsys.xbinder.runtime.XBPatternViolation com.objsys.xbinder.runtime.XBSetDuplicateException com.objsys.xbinder.runtime.XBUnexpectedElementException com.objsys.xbinder.runtime.XBEnumException com.objsys.xbinder.runtime.XBFractionDigitsVioException com.objsys.xbinder.runtime.XBLengthVioException com.objsys.xbinder.runtime.XBTotalDigitsVioException com.objsys.xbinder.runtime.XBValueVioException

Public Member Functions

 XBValidationException (System.String message)
 
 XBValidationException (System.String message, System.Exception cause)
 
 XBValidationException (System.Exception cause)
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBException
 XBException (System.String message)
 This constructor passes the given message text to the superclass. More...
 
 XBException (System.String message, System.Exception cause)
 
 XBException (System.Exception cause)
 

Detailed Description

All exceptions related to XML schema validation are subclasses of this class.

This is particularly useful in decoding unions; if we fail to validate against one memberType, we may try the next memberType, but a failure of some other kind should result in failure.