org.sixdml.exceptions
Class InvalidTransformException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sixdml.exceptions.SixdmlException
|
+--org.sixdml.exceptions.InvalidTransformException
- All Implemented Interfaces:
- Serializable
- public class InvalidTransformException
- extends SixdmlException
InvalidTransformException.java
Thrown when an invalid transform document or query is used in a transformation attempt.
Created: Tue Jan 15 18:04:23 2002
- Version:
- 1.0
- Author:
- Dare Obasanjo
- See Also:
SixdmlTransformService.transformAndReturnString(String, SixdmlResource),
SixdmlTransformService.transformAndReturnString(String, String),
SixdmlTransformService.transformAndReturnString(URL, SixdmlResource),
SixdmlTransformService.transformAndReturnString(URL, String), Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
InvalidTransformException
public InvalidTransformException()
- Constructs a InvalidTransformException with no detail message.
InvalidTransformException
public InvalidTransformException(String message)
- Constructs a InvalidTransformException with the specified detail message.
InvalidTransformException
public InvalidTransformException(String message,
Throwable cause)
- Constructs a InvalidTransformException with the specified detail message and cause.
InvalidTransformException
public InvalidTransformException(Throwable cause)
- Constructs a InvalidTransformException with the specified cause.