net.sf.xisemele.exception
Class ParseXMLException

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.ParseXMLException
All Implemented Interfaces:
java.io.Serializable

public class ParseXMLException
extends XisemeleException

Exceção disparada caso ocorra algum erro ao efetuar o parse de um documento XML.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

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

ParseXMLException

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

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


Copyright © 2009. All Rights Reserved.