Class MetadataReaderException

All Implemented Interfaces:
Serializable

public class MetadataReaderException extends N2oException
User: iryabov Date: 06.05.13 Time: 13:25
See Also:
  • Constructor Details

    • MetadataReaderException

      public MetadataReaderException(String message)
    • MetadataReaderException

      public MetadataReaderException(Throwable cause)
    • MetadataReaderException

      public MetadataReaderException(String message, Throwable cause)
  • Method Details

    • throwMoreThanOneChildElement

      public static void throwMoreThanOneChildElement(org.jdom2.Element element)
    • throwMissingAtLeastOneElement

      public static void throwMissingAtLeastOneElement(org.jdom2.Element element)
    • throwMissingAtLeastOneChildElement

      public static void throwMissingAtLeastOneChildElement(org.jdom2.Element element, String childName)
    • throwExpectedElement

      public static void throwExpectedElement(org.jdom2.Element element, String expected)