|
|||||||||||
| 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.moredata.fglreport.FglReportException
Title: FglReportException
Description: Classe usada para as excepcões do package FglReport Copyright:
Copyright (C) 2002 Moredata
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc, 59 Temple Place-Suite 330, Boston, MA 02111-1307, USA.
Company : Moredata
| Field Summary | |
static int |
DUPLICATE_PK
Exception ocurred due to primary key duplication |
int |
exceptionType
Tipo de excepções do FglReport |
static int |
NONE
Constante que define a ausência de excepção |
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 | ||||||||||