blob: 41548b6b71481c2ff69684b0d801a763c156b73f [file] [log] [blame]
/*
ValidationException.java
Author: Bj&ouml;rn L&uuml;tkemeier <bluetkemeier@s-und-n.de>
Date: April 23, 2003
*/
package org.apache.cocoon.samples.errorhandling;
public class ValidationException
extends Exception {
}