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
/
IpToLocationException
Ip
To
Location
Exception
open
class
IpToLocationException
(
message
:
String
?
=
null
)
:
RuntimeException
自定义异常:IP 转换到位置信息时使用的通用异常类型。
Author
lishangbu
Since
2025/4/15
Inheritors
EmptyIpAddressException
InvalidIpAddressException
Ipv6NotSupportException
MissingFileException
Members
Constructors
Ip
To
Location
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
)
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
?
>
?