![JAR search and dependency download from the Maven repository](/logo.png)
pm.pride.util.ArgumentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pride Show documentation
Show all versions of pride Show documentation
World's smallest O/R mapper for Java
/*******************************************************************************
* Copyright (c) 2001-2007 The PriDE team and MATHEMA Software GmbH
* All rights reserved. This toolkit and the accompanying materials
* are made available under the terms of the GNU Lesser General Public
* License (LGPL) which accompanies this distribution, and is available
* at http://pride.sourceforge.net/LGPL.html
*
* Contributors:
* Jan Lessner, MATHEMA Software GmbH - initial API and implementation
*******************************************************************************/
package pm.pride.util;
/**
* @author Jan Lessner
*/
public class ArgumentException extends Exception
{
public ArgumentException(String message) { super(message); }
public final static String REVISION_ID = "$Header: //DEZIRWD6/PVCSArchives/dmd3000-components/framework/pride/src/de/mathema/util/ArgumentException.java-arc 1.0 06 Sep 2002 14:50:30 math19 $";
}
/* $Log: //DEZIRWD6/PVCSArchives/dmd3000-components/framework/pride/src/de/mathema/util/ArgumentException.java-arc $
*
* Rev 1.0 06 Sep 2002 14:50:30 math19
* Initial revision.
*
* Rev 1.0 May 13 2002 17:35:00 Apke01
* Initial revision.
*
* Rev 1.0 Apr 22 2002 10:35:18 kamp13
* Initial revision.
*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy