tecgraf.javautils.xml.exception
Class XMLInternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tecgraf.javautils.xml.exception.XMLException
                  extended by tecgraf.javautils.xml.exception.XMLInternalErrorException
All Implemented Interfaces:
Serializable

public class XMLInternalErrorException
extends XMLException

A classe XMLInternalErrorException implementa exceções ocorridas devido a erros internos (p.ex. mapeamento de tags para classes).

Author:
Andre Oliveira da Costa
See Also:
Serialized Form

Field Summary
 
Fields inherited from class tecgraf.javautils.xml.exception.XMLException
tag
 
Constructor Summary
XMLInternalErrorException(Exception e)
          TODO Comentar
XMLInternalErrorException(String tag, Exception e)
          TODO Comentar
XMLInternalErrorException(String tag, Exception e, String message)
          TODO Comentar
XMLInternalErrorException(String tag, String message)
          TODO Comentar
 
Method Summary
 
Methods inherited from class tecgraf.javautils.xml.exception.XMLException
getTag, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLInternalErrorException

public XMLInternalErrorException(String tag,
                                 String message)
TODO Comentar

Parameters:
tag -
message -

XMLInternalErrorException

public XMLInternalErrorException(Exception e)
TODO Comentar

Parameters:
e -

XMLInternalErrorException

public XMLInternalErrorException(String tag,
                                 Exception e)
TODO Comentar

Parameters:
tag -
e -

XMLInternalErrorException

public XMLInternalErrorException(String tag,
                                 Exception e,
                                 String message)
TODO Comentar

Parameters:
tag -
e -
message -


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.