public class SITFIDMapperException extends SITException
FATAL_ERROR, iERR_FIDMAPPER, iERR_FUNZIONE, iERR_GENERICERROR, iERR_GEOMETRYCAST, iERR_ILLEGALATTRIBUTE, iERR_ILLEGALFILTER, iERR_PARSEWKT, iERR_SCHEMA, iERR_SQLENCORDER, iERR_STORICO, PROCESS_ERROR, szERR_GENERICERROR| Constructor and Description |
|---|
SITFIDMapperException()
Costruttore di default della classe SITFIDMapperException.
|
SITFIDMapperException(char tipoErr,
java.lang.String messaggio)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(char tipoErr,
java.lang.String messaggio,
java.lang.Exception e)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(int codice,
char tipoErr,
java.lang.String messaggio)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(int codice,
char tipoErr,
java.lang.String messaggio,
java.lang.Exception e)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(int codice,
java.lang.String messaggio)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(int codice,
java.lang.String messaggio,
java.lang.Exception e)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(java.lang.String messaggio)
Costruttore della classe SITFIDMapperException.
|
SITFIDMapperException(java.lang.String messaggio,
java.lang.Exception e)
Costruttore della classe SITFIDMapperException.
|
getCodice, getEccezioneOriginante, getSQLErrorCode, getTipoErr, isEccezioneOriginanteSQLCause, isProcessErrorType, isSQLCause, isSQLEccezioneOriginante, setCodice, setTipoErrpublic SITFIDMapperException()
public SITFIDMapperException(char tipoErr,
java.lang.String messaggio,
java.lang.Exception e)
tipoErr - messaggio - e - public SITFIDMapperException(char tipoErr,
java.lang.String messaggio)
tipoErr - messaggio - public SITFIDMapperException(int codice,
char tipoErr,
java.lang.String messaggio,
java.lang.Exception e)
codice - tipoErr - messaggio - e - public SITFIDMapperException(int codice,
char tipoErr,
java.lang.String messaggio)
codice - tipoErr - messaggio - public SITFIDMapperException(int codice,
java.lang.String messaggio,
java.lang.Exception e)
codice - messaggio - e - public SITFIDMapperException(int codice,
java.lang.String messaggio)
codice - messaggio - public SITFIDMapperException(java.lang.String messaggio,
java.lang.Exception e)
messaggio - e - public SITFIDMapperException(java.lang.String messaggio)
messaggio -