avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-ip2location-spring-boot-starter
/
io.github.lishangbu.avalon.ip2location.exception
/
MissingFileException
Missing
File
Exception
class
MissingFileException
:
IpToLocationException
IP 数据库文件缺失异常
当数据库文件缺失或路径无效时抛出
Members
Constructors
Missing
File
Exception
Link copied to clipboard
constructor
(
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?