toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.math
/
BCDError
BCDError
Library
class
BCDError
:
Exception
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Members
Constructors
BCDError
Link copied to clipboard
Library
constructor
(
)
constructor
(
Message
:
String
)
Exception with message of this error
constructor
(
Message
:
String
,
Cause
:
Throwable
)
Exception with message and cause of this BCDError
constructor
(
Cause
:
Throwable
)
Exception with cause of this BCDError
Properties
backtrace
Link copied to clipboard
Library
private
open
var
backtrace
:
Any
cause
Link copied to clipboard
Library
open
val
cause
:
Throwable
CAUSE_CAPTION
Link copied to clipboard
Library
private
val
CAUSE_CAPTION
:
String
=
"Caused by: "
depth
Link copied to clipboard
Library
private
open
var
depth
:
Int
detail
Message
Link copied to clipboard
Library
private
open
var
detailMessage
:
String
EMPTY_THROWABLE_ARRAY
Link copied to clipboard
Library
private
val
EMPTY_THROWABLE_ARRAY
:
Array
<
Throwable
>
Logger
Link copied to clipboard
Library
private
val
Logger
:
Logger
Class logger instance.
NULL_CAUSE_MESSAGE
Link copied to clipboard
Library
private
val
NULL_CAUSE_MESSAGE
:
String
=
"Cannot suppress a null exception."
SELF_SUPPRESSION_MESSAGE
Link copied to clipboard
Library
private
val
SELF_SUPPRESSION_MESSAGE
:
String
=
"Self-suppression not permitted"
serial
Version
UID
Link copied to clipboard
Library
val
serialVersionUID
:
Long
=
-3387516993124229948
private
val
serialVersionUID
:
Long
=
5
stack
Trace
Link copied to clipboard
Library
open
var
stackTrace
:
Array
<
StackTraceElement
>
SUPPRESSED_CAPTION
Link copied to clipboard
Library
private
val
SUPPRESSED_CAPTION
:
String
=
"Suppressed: "
SUPPRESSED_SENTINEL
Link copied to clipboard
Library
private
val
SUPPRESSED_SENTINEL
:
List
<
Throwable
>
suppressed
Exceptions
Link copied to clipboard
Library
private
open
var
suppressedExceptions
:
List
<
Throwable
>
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
Class logger tag.
UNASSIGNED_STACK
Link copied to clipboard
Library
private
val
UNASSIGNED_STACK
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
Library
fun
addSuppressed
(
exception
:
Throwable
)
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
fill
In
Stack
Trace
Link copied to clipboard
Library
open
fun
fillInStackTrace
(
)
:
Throwable
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Localized
Message
Link copied to clipboard
Library
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
Library
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
Library
fun
getSuppressed
(
)
:
Array
<
Throwable
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
init
Cause
Link copied to clipboard
Library
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
print
Stack
Trace
Link copied to clipboard
Library
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)