| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.xisemele.exception.XisemeleException
net.sf.xisemele.exception.FormatterNotConfiguredException
public class FormatterNotConfiguredException
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.
| 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 | 
|---|
public FormatterNotConfiguredException(java.lang.Class<?> type)
FormatterNotConfiguredException.
type - java.lang.Class para o tipo do qual um Formatter
       correspondente não foi localizado.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||