utfx.framework
Class MalformedStylesheetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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
- See Also:
- Constant Field Values
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
-