ExceptionDetail

open class ExceptionDetail

Informasjon om exception oppstått på server med hirarki, stacktrace mm.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Evt nøstet exception kan komme her.
Link copied to clipboard
open fun getClassName(): String
Klassenavn for exception.
Link copied to clipboard
open fun getMessage(): String
Teknisk underliggende feilmeldingstekst.
Link copied to clipboard
Stacktrace generert ifra system.
Link copied to clipboard
open fun setCause(value: ExceptionDetail)
Sets the value of the cause property.
Link copied to clipboard
open fun setClassName(value: String)
Sets the value of the className property.
Link copied to clipboard
open fun setMessage(value: String)
Sets the value of the message property.
Link copied to clipboard
Sets the value of the stackTraceElements property.