com.composum.sling.core.exception.ParameterValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of composum-nodes-commons Show documentation
Show all versions of composum-nodes-commons Show documentation
general components and objects to use the Sling API
package com.composum.sling.core.exception;
/**
* the exception to handle bad parameter values thrown by servlet operations
*/
public class ParameterValidationException extends Exception {
public ParameterValidationException(String message) {
super (message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy