|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException edugraf.jadix.excecoes.ExcecaoJadixEmTempoDeExecucao edugraf.jadix.excecoes.ExcecaoJadixComponenteInexistente
public class ExcecaoJadixComponenteInexistente
É a exceção lançada quando se tenta obter um componente e este componente não existe.
#MISSING()
,
Serialized FormConstructor Summary | |
---|---|
ExcecaoJadixComponenteInexistente(java.lang.String nomeDoComponente)
Cria a exceção, informando o nome do componente inexistente. |
Method Summary | |
---|---|
java.lang.String |
obterNomeDoComponenteInexistente()
Obtém o nome do componente inexistente. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExcecaoJadixComponenteInexistente(java.lang.String nomeDoComponente)
nomeDoComponente
- Nome do componente que não foi encontrado.Method Detail |
---|
public java.lang.String obterNomeDoComponenteInexistente()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |