00001 /* 00002 * InvalidValueException.java 00003 * 00004 * Created on January 12, 2009, 3:44 PM 00005 * 00006 * Copyright 2009 Online Nederland Breedband B.V. 00007 * See the COPYRIGHT file for redistribution and use restrictions. 00008 * Authors: Guillermo Christen <guillermo.christen@is.online.nl> 00009 */ 00010 package dochelper.exceptions; 00011 00019 public class InvalidValueException extends Exception { 00020 00022 public InvalidValueException() { 00023 } 00024 00025 }