Uses of Class
com.reverseXSL.types.Impact

Packages that use Impact
com.reverseXSL.types   
 

Uses of Impact in com.reverseXSL.types
 

Fields in com.reverseXSL.types declared as Impact
static Impact Impact.FATAL
          FATAL exception for the relevant message; it implies that the message cannot be processed to the end, and will be rejected; the parser may be allowed to continue and record more than one FATAL exception before rejecting a message.
static Impact[] Impact.table
          May be used to iterate over all possible enumeration values.
static Impact Impact.WARNING
          WARNING impact exception affecting a message; the message may in theory be processed entirely and even distributed to recipients, but with warnings.