XSLTProcessorException.java
327 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.day.cq.rewriter.xml;
public class XSLTProcessorException
extends Exception {
public XSLTProcessorException(String message) {
super(message);
}
public XSLTProcessorException(String message, Throwable throwable) {
super(message, throwable);
}
}