utfx.framework
Class MalformedTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
utfx.framework.MalformedTestException
- All Implemented Interfaces:
- java.io.Serializable
public class MalformedTestException
- extends java.lang.RuntimeException
Represents broken UTF-X test.
Copyright © 2004 - 2005 USQ and others
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General
Public License v2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
$Source: /cvs/utf-x/framework/src/java/utfx/framework/MalformedTestException.java,v $
- Version:
- $Revision: 1.1 $ $Date: 2005/03/14 05:52:58 $ $Name: release_0_0_8_alpha $
- Author:
- Jacek Radajewski
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Comment for
serialVersionUID
- See Also:
- Constant Field Values
MalformedTestException
public MalformedTestException()
MalformedTestException
public MalformedTestException(java.lang.String message)
- Parameters:
message
-
MalformedTestException
public MalformedTestException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
MalformedTestException
public MalformedTestException(java.lang.Throwable cause)
- Parameters:
cause
-