net.sf.xisemele.exception
Class FormatterNotConfiguredException

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

public class FormatterNotConfiguredException
extends XisemeleException

Exceção disparada quando o usuário solicitar uma conversão de valor para um tipo específico e não for localizado um Formatter correspondente para esse tipo.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

Constructor Summary
FormatterNotConfiguredException(java.lang.Class<?> type)
          Cria uma nova instância de FormatterNotConfiguredException.
 
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

FormatterNotConfiguredException

public FormatterNotConfiguredException(java.lang.Class<?> type)
Cria uma nova instância de FormatterNotConfiguredException.

Parameters:
type - java.lang.Class para o tipo do qual um Formatter correspondente não foi localizado.


Copyright © 2009. All Rights Reserved.