UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class MalformedStylesheetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by utfx.framework.MalformedStylesheetException
All Implemented Interfaces:
java.io.Serializable

public class MalformedStylesheetException
extends java.lang.RuntimeException

This exception is thrown when a XSLT stylesheet that is being tested is invalid.

Copyright © 2006 Jacek Radajewski

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/MalformedStylesheetException.java,v $

Version:
$Revision: 1.1 $ $Date: 2006/03/10 09:07:03 $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
MalformedStylesheetException()
           
MalformedStylesheetException(java.lang.String message)
           
MalformedStylesheetException(java.lang.String message, java.lang.Throwable cause)
           
MalformedStylesheetException(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
See Also:
Constant Field Values
Constructor Detail

MalformedStylesheetException

public MalformedStylesheetException()

MalformedStylesheetException

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

MalformedStylesheetException

public MalformedStylesheetException(java.lang.String message,
                                    java.lang.Throwable cause)
Parameters:
message -
cause -

MalformedStylesheetException

public MalformedStylesheetException(java.lang.Throwable cause)
Parameters:
cause -

UTF-X, Unit Testing Framework - Xslt