net.sf.saxon.value

Class ValidationErrorValue

public class ValidationErrorValue extends ObjectValue

A ValidationErrorValue is a pseudo-value representing the result of a validation failure. It is used by methods that can either return a value or an error. The class is also used delay reporting of errors in expressions that have been evaluated early.
Constructor Summary
ValidationErrorValue(ValidationException err)
Method Summary
ValidationExceptiongetException()

Constructor Detail

ValidationErrorValue

public ValidationErrorValue(ValidationException err)

Method Detail

getException

public ValidationException getException()