GPIC - Backend  1.0
Aplicações .NET para o backend do GPIC
Referência à classe UseCaseException
Diagrama de heranças da classe UseCaseException
[legenda]
Diagrama de colaboração para UseCaseException:
[legenda]

Membros públicos

 UseCaseException (string error)
 
 UseCaseException ()
 
 UseCaseException (string? message, Exception? innerException)
 

Membros públicos estáticos

static Exception BusinessRuleViolation (string message)
 
static Exception NotValidParam (string message)
 
static Exception NotFoundEntityById (string entityName)
 
static Exception NotFoundEntityByParams (string entityName)
 
static void NotFoundEntityByParams (bool hasError, string entityName)
 
static void NotFoundEntityById (bool hasError, string entityName)
 
static void BusinessRuleViolation (bool hasError, string message)
 
static void NotInformedParam (bool hasError, string paramName)
 
static void NotValidParam (bool hasError, string paramName)
 

Documentação dos Construtores & Destrutor

◆ UseCaseException() [1/3]

UseCaseException.UseCaseException ( string  error)
inline

◆ UseCaseException() [2/3]

UseCaseException.UseCaseException ( )
inline
Este é o diagrama das funções que utilizam esta função:

◆ UseCaseException() [3/3]

UseCaseException.UseCaseException ( string?  message,
Exception?  innerException 
)
inline

Documentação dos métodos

◆ BusinessRuleViolation() [1/2]

static void UseCaseException.BusinessRuleViolation ( bool  hasError,
string  message 
)
inlinestatic
Grafo de chamadas desta função:

◆ BusinessRuleViolation() [2/2]

static Exception UseCaseException.BusinessRuleViolation ( string  message)
static
Este é o diagrama das funções que utilizam esta função:

◆ NotFoundEntityById() [1/2]

static void UseCaseException.NotFoundEntityById ( bool  hasError,
string  entityName 
)
inlinestatic
Grafo de chamadas desta função:

◆ NotFoundEntityById() [2/2]

static Exception UseCaseException.NotFoundEntityById ( string  entityName)
static
Este é o diagrama das funções que utilizam esta função:

◆ NotFoundEntityByParams() [1/2]

static void UseCaseException.NotFoundEntityByParams ( bool  hasError,
string  entityName 
)
inlinestatic
Grafo de chamadas desta função:

◆ NotFoundEntityByParams() [2/2]

static Exception UseCaseException.NotFoundEntityByParams ( string  entityName)
static
Este é o diagrama das funções que utilizam esta função:

◆ NotInformedParam()

static void UseCaseException.NotInformedParam ( bool  hasError,
string  paramName 
)
inlinestatic
Grafo de chamadas desta função:

◆ NotValidParam() [1/2]

static void UseCaseException.NotValidParam ( bool  hasError,
string  paramName 
)
inlinestatic
Grafo de chamadas desta função:

◆ NotValidParam() [2/2]

static Exception UseCaseException.NotValidParam ( string  message)
static

A documentação para esta classe foi gerada a partir do seguinte ficheiro: