Class MetadataReaderException

    • Constructor Detail

      • MetadataReaderException

        public MetadataReaderException​(String message)
      • MetadataReaderException

        public MetadataReaderException​(Throwable cause)
      • MetadataReaderException

        public MetadataReaderException​(String message,
                                       Throwable cause)
    • Method Detail

      • throwMoreThanOneChildElement

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

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

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

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