1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
13 * Used to indicate a specific exception in form tests.
17 public final class FormTestException
18 extends RuntimeException
21 * Initializes the exception.
23 * @param __c The cause.
26 public FormTestException(Throwable __c
)