toggle menu
gradle
8.10.2
API
switch theme
search in API
gradle
/
org.gradle.api.plugins
/
ExtraPropertiesExtension
/
UnknownPropertyException
Unknown
Property
Exception
API
open
class
UnknownPropertyException
:
InvalidUserDataException
(
source
)
The exception that will be thrown when an attempt is made to read a property that is not set.
Members
Constructors
Unknown
Property
Exception
Link copied to clipboard
API
constructor
(
extension
:
ExtraPropertiesExtension
,
propertyName
:
String
)
Properties
cause
Link copied to clipboard
API
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
API
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
API
fun
addSuppressed
(
exception
:
Throwable
)
create
Message
Link copied to clipboard
API
open
fun
createMessage
(
propertyName
:
String
)
:
String
fill
In
Stack
Trace
Link copied to clipboard
API
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
API
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
API
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
API
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
API
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
API
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String