![JAR search and dependency download from the Maven repository](/logo.png)
com.deltaxml.core.MissingSystemIdException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlcalabash-extension-stubs Show documentation
Show all versions of xmlcalabash-extension-stubs Show documentation
This artifact defines API stubs for compiling extension classes.
The newest version!
package com.deltaxml.core;
/**
* Thrown when a SystemId cannot be determined in the {@link DXPConfiguration}
* constructors.
*
*
* Validity checking is required in these constructors and thus a valid systemId
* is required in order to resolve the location of the DTD systemId, especially
* when relative systemIds are used (for example in Jar files).
*
* @see
* Class MissingSystemIdException
*/
public class MissingSystemIdException extends DXPConfigurationException {
public MissingSystemIdException(String message) {
super(message);
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy