|
|||||||||||
| 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
pt.despodata.java.fglreport.FglReportException
| Field Summary | |
static int |
DUPLICATE_PK
Exception ocurred due to primary key duplication |
int |
exceptionType
Tipo de excepções do FglReport |
static int |
NONE
|
java.lang.String |
specificMessage
Mensagem a imprimir |
| Constructor Summary | |
FglReportException(java.lang.String message)
Excepções do FglReport |
|
FglReportException(java.lang.String message,
java.lang.String _specificMessage,
int _exceptionType)
Excepção com afectação de tipo para tratamento adequado |
|
| 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 |
| Field Detail |
public java.lang.String specificMessage
public int exceptionType
public static final int NONE
public static final int DUPLICATE_PK
| Constructor Detail |
public FglReportException(java.lang.String message)
message - Texto a imprimir
public FglReportException(java.lang.String message,
java.lang.String _specificMessage,
int _exceptionType)
message - Variável para invocar a construtora da classe
RuntimeException_specificMessage - Mensagem a visualizar_exceptionType - Tipo de excepção
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||