net.sf.xisemele.exception
Class XisemeleException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeNotPermittedException, ChildNotFoundException, ElementIndexOutOfBoundsException, ElementNotFoundException, FormatterException, FormatterNotConfiguredException, InvalidNameException, NotWithinContextException, ParseXMLException, RemoveRootNotPermittedException, RootDuplicateException, TransformException, ValueNotPermittedException, WithinContextDuplicateException, WithinContextNotPermittedException, XisemeleIOException

public class XisemeleException
extends java.lang.RuntimeException

Classe base para todas as exceções do Xisemele.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

Constructor Summary
XisemeleException(java.lang.String keyException, java.lang.Object... arguments)
          Cria uma nova instância de XisemeleException.
XisemeleException(java.lang.String keyException, java.lang.Throwable cause, java.lang.Object... arguments)
          Cria uma nova instância de XisemeleException.
 
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

XisemeleException

public XisemeleException(java.lang.String keyException,
                         java.lang.Throwable cause,
                         java.lang.Object... arguments)
Cria uma nova instância de XisemeleException.

Parameters:
keyException - java.lang.String contendo a chave que deverá ser usada para recuperar a mensagem correspondente no arquivo de mensagens.
cause - instância de java.lang.Throwable que originou a exceção.
arguments - array de valores que deverá ser usado para formatar a mensagem da exceção.

XisemeleException

public XisemeleException(java.lang.String keyException,
                         java.lang.Object... arguments)
Cria uma nova instância de XisemeleException.

Parameters:
keyException - java.lang.String contendo a chave que deverá ser usada para recuperar a mensagem correspondente no arquivo de mensagens.
arguments - array de valores que deverá ser usado para formatar a mensagem da exceção.


Copyright © 2009. All Rights Reserved.