All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deltaxml.core.MissingSystemIdException Maven / Gradle / Ivy

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