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

Fields inherited from class org.sixdml.exceptions.SixdmlException
sixmlExceptionCause
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InvalidTransformException()
          Constructs a InvalidTransformException with no detail message.
InvalidTransformException(String message)
          Constructs a InvalidTransformException with the specified detail message.
InvalidTransformException(String message, Throwable cause)
          Constructs a InvalidTransformException with the specified detail message and cause.
InvalidTransformException(Throwable cause)
          Constructs a InvalidTransformException with the specified cause.
 
Methods inherited from class org.sixdml.exceptions.SixdmlException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

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.