Wow
Toggle table of contents
6.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
example-domain
/
me.ahoo.wow.example.domain.order
/
DefaultCreateOrderSpec
/
PriceInconsistencyException
Price
Inconsistency
Exception
class
PriceInconsistencyException
(
val
orderItem
:
CreateOrderItem
,
val
price
:
BigDecimal
)
:
IllegalArgumentException
Members
Constructors
Price
Inconsistency
Exception
Link copied to clipboard
constructor
(
orderItem
:
CreateOrderItem
,
price
:
BigDecimal
)
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
?
order
Item
Link copied to clipboard
val
orderItem
:
CreateOrderItem
price
Link copied to clipboard
val
price
:
BigDecimal
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?