net.sf.xisemele.exception
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.xisemele.exception.XisemeleException
                  extended by net.sf.xisemele.exception.TransformException
All Implemented Interfaces:
java.io.Serializable

public class TransformException
extends XisemeleException

Exceção disparada quando ocorrer algum erro ao tentar transformar o documento XML para java.lang.String.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

Constructor Summary
TransformException(java.lang.Throwable cause)
          Cria uma nova instância de TransformException.
 
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

TransformException

public TransformException(java.lang.Throwable cause)
Cria uma nova instância de TransformException.

Parameters:
cause - instância de java.lang.Throwable que originou a exceção.


Copyright © 2009. All Rights Reserved.