com.deltaxml.core.DeltaXMLException 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;
/**
* This class specifies an exceptional condition.
*
* @see
* Class DeltaXMLException
*/
public class DeltaXMLException extends Exception {
public DeltaXMLException(String message) {
throw new UnsupportedOperationException();
}
public DeltaXMLException(String message, Throwable e) {
throw new UnsupportedOperationException();
}
public DeltaXMLException(Throwable e) {
throw new UnsupportedOperationException();
}
public Throwable getThrowable() {
throw new UnsupportedOperationException();
}
@Override
public Throwable getCause() {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy