org.xmlet.xsdparser.xsdelements.exceptions.ParentAvailableException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsdParser Show documentation
Show all versions of xsdParser Show documentation
A solution that parses a XSD file into a Java Structure.
The newest version!
package org.xmlet.xsdparser.xsdelements.exceptions;
public class ParentAvailableException extends RuntimeException {
public ParentAvailableException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy