Pular para o conteúdo principal

ErrorException

Exceção provocada por um erro genérico na plataforma, apresenta os detalhes do erro de forma intuitiva nos logs.


addSuppressed​


addSuppressed(arg0: java.lang.Throwable) : void​

Atributos​
NOMETIPODESCRIÇÃO
arg0java.lang.Throwable
Retorno​

( void )


fillInStackTrace​


fillInStackTrace() : java.lang.Throwable​

Retorno​

( java.lang.Throwable )


getCause​


getCause() : java.lang.Throwable​

Retorno​

( java.lang.Throwable )


getLocalizedMessage​


getLocalizedMessage() : string​

Retorno​

( string )


getLogDebug​


getLogDebug() : string​

Retorno​

( string )


getLogError​


getLogError() : string​

Retorno​

( string )


getLogFatal​


getLogFatal() : string​

Retorno​

( string )


getLogInfo​


getLogInfo() : string​

Retorno​

( string )


getLogMessage​


getLogMessage() : string​

Retorno​

( string )


getLogTrace​


getLogTrace() : string​

Retorno​

( string )


getLogWarn​


getLogWarn() : string​

Retorno​

( string )


getMessage​


getMessage() : string​

Retorno​

( string )


getStackTrace​


getStackTrace() : java.lang.StackTraceElement[]​

Retorno​

( java.lang.StackTraceElement[] )


getSuppressed​


getSuppressed() : java.lang.Throwable[]​

Retorno​

( java.lang.Throwable[] )


initCause​


initCause(arg0: java.lang.Throwable) : java.lang.Throwable​

Atributos​
NOMETIPODESCRIÇÃO
arg0java.lang.Throwable
Retorno​

( java.lang.Throwable )


isAppendError​


isAppendError() : boolean​

Retorno​

( boolean )


isLogDebug​


isLogDebug() : boolean​

Retorno​

( boolean )


isLogError​


isLogError() : boolean​

Retorno​

( boolean )


isLogFatal​


isLogFatal() : boolean​

Retorno​

( boolean )


isLogInfo​


isLogInfo() : boolean​

Retorno​

( boolean )


isLogTrace​


isLogTrace() : boolean​

Retorno​

( boolean )


isLogWarn​


isLogWarn() : boolean​

Retorno​

( boolean )


printStackTrace​


printStackTrace() : void​

Retorno​

( void )


printStackTrace(arg0: java.io.PrintStream) : void​

Atributos​
NOMETIPODESCRIÇÃO
arg0java.io.PrintStream
Retorno​

( void )


printStackTrace(arg0: java.io.PrintWriter) : void​

Atributos​
NOMETIPODESCRIÇÃO
arg0java.io.PrintWriter
Retorno​

( void )


setAppendError​


setAppendError(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogDebug​


setLogDebug(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogDebug(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setLogError​


setLogError(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogError(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setLogFatal​


setLogFatal(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogFatal(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setLogInfo​


setLogInfo(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogInfo(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setLogTrace​


setLogTrace(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogTrace(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setLogWarn​


setLogWarn(arg0: boolean) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0boolean
Retorno​

( org.netuno.proteu.ProteuError )


setLogWarn(arg0: string) : org.netuno.proteu.ProteuError​

Atributos​
NOMETIPODESCRIÇÃO
arg0string
Retorno​

( org.netuno.proteu.ProteuError )


setStackTrace​


setStackTrace(arg0: java.lang.StackTraceElement[]) : void​

Atributos​
NOMETIPODESCRIÇÃO
arg0java.lang.StackTraceElement[]
Retorno​

( void )