UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class XMLValidationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by junit.framework.AssertionFailedError
              extended by utfx.framework.XMLValidationError
All Implemented Interfaces:
java.io.Serializable

public class XMLValidationError
extends junit.framework.AssertionFailedError

TODO class description.

Copyright © 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/XMLValidationError.java,v $

Version:
$Revision: 1.1 $ $Date: 2005/03/23 02:29:56 $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski
See Also:
Serialized Form

Constructor Summary
XMLValidationError()
           
XMLValidationError(java.lang.String message)
           
 
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
 

Constructor Detail

XMLValidationError

public XMLValidationError()

XMLValidationError

public XMLValidationError(java.lang.String message)
Parameters:
message -

UTF-X, Unit Testing Framework - Xslt