UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class MalformedTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
private static long serialVersionUID
          Comment for serialVersionUID
 
Constructor Summary
MalformedTestException()
           
MalformedTestException(java.lang.String message)
           
MalformedTestException(java.lang.String message, java.lang.Throwable cause)
           
MalformedTestException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values
Constructor Detail

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 -

UTF-X, Unit Testing Framework - Xslt