net.sf.xisemele.exception
Class XisemeleIOException

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

public class XisemeleIOException
extends XisemeleException

Exceção disparada quando ocorrer algum erro com leitura ou escrita de arquivos.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

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

XisemeleIOException

public XisemeleIOException(java.io.File file,
                           java.lang.Throwable cause)
Cria uma nova instância de XisemeleIOException.

Parameters:
file - instância de java.io.File em que ocorreu o erro.
cause - instância de java.lang.Throwable que originou a exceção.


Copyright © 2009. All Rights Reserved.