br.ufg.integrate.exception
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.ufg.integrate.exception.IntegrateException
              extended by br.ufg.integrate.exception.XMLException
All Implemented Interfaces:
Serializable

public class XMLException
extends IntegrateException

Version:
0.1 Excessão relacionada com falhas específicas das operações relacionadas à manipulação de arquivos XML do sistema.
Author:
Rogerio
See Also:
Serialized Form

Constructor Summary
XMLException()
           
XMLException(String arg0)
           
XMLException(String arg0, Throwable arg1)
           
XMLException(Throwable arg0)
           
 
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

XMLException

public XMLException()

XMLException

public XMLException(String arg0)
Parameters:
arg0 -

XMLException

public XMLException(String arg0,
                    Throwable arg1)
Parameters:
arg0 -
arg1 -

XMLException

public XMLException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.