Class ErrorInfo.MissingAttribute

Enclosing class:
ErrorInfo

public static class ErrorInfo.MissingAttribute extends ErrorInfo.ElementErrorInfo
Missing attribute.

This type of error occurs only when required attributes are missing. Note that the fields of this class provide information about the element, not the attribute which is missing.


 <img/>  <!-- where is the href attribute? -->
 
  • Constructor Details