
org.codehaus.cake.test.util.throwables.RuntimeException2 Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2008 Kasper Nielsen.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://cake.codehaus.org/LICENSE
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package org.codehaus.cake.test.util.throwables;
/**
* An RuntimeException class used for testing.
*
* @author Kasper Nielsen
* @version $Id: Cache.java 520 2007-12-21 17:53:31Z kasper $
*/
public class RuntimeException2 extends RuntimeException {
/** The default instance. */
public static RuntimeException2 INSTANCE = new RuntimeException2();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy