public class SITSchemaException 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 | 
|---|
SITSchemaException()
Costruttore di default della classe SITSchemaException. 
 | 
SITSchemaException(char tipoErr,
                  java.lang.String messaggio)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(char tipoErr,
                  java.lang.String messaggio,
                  java.lang.Exception e)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(int codice,
                  char tipoErr,
                  java.lang.String messaggio)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(int codice,
                  char tipoErr,
                  java.lang.String messaggio,
                  java.lang.Exception e)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(int codice,
                  java.lang.String messaggio)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(int codice,
                  java.lang.String messaggio,
                  java.lang.Exception e)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(java.lang.String messaggio)
Costruttore della classe SITSchemaException. 
 | 
SITSchemaException(java.lang.String messaggio,
                  java.lang.Exception e)
Costruttore della classe SITSchemaException. 
 | 
getCodice, getEccezioneOriginante, getSQLErrorCode, getTipoErr, isEccezioneOriginanteSQLCause, isProcessErrorType, isSQLCause, isSQLEccezioneOriginante, setCodice, setTipoErrpublic SITSchemaException()
public SITSchemaException(char tipoErr,
                          java.lang.String messaggio,
                          java.lang.Exception e)
tipoErr - messaggio - e - public SITSchemaException(char tipoErr,
                          java.lang.String messaggio)
tipoErr - messaggio - public SITSchemaException(int codice,
                          char tipoErr,
                          java.lang.String messaggio,
                          java.lang.Exception e)
codice - tipoErr - messaggio - e - public SITSchemaException(int codice,
                          char tipoErr,
                          java.lang.String messaggio)
codice - tipoErr - messaggio - public SITSchemaException(int codice,
                          java.lang.String messaggio,
                          java.lang.Exception e)
codice - messaggio - e - public SITSchemaException(int codice,
                          java.lang.String messaggio)
codice - messaggio - public SITSchemaException(java.lang.String messaggio,
                          java.lang.Exception e)
messaggio - e - public SITSchemaException(java.lang.String messaggio)
messaggio -