lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
at.bitfire.synctools.exception
/
InvalidResourceException
Invalid
Resource
Exception
abstract
class
InvalidResourceException
:
Exception
Represents an invalid resource.
Inheritors
InvalidLocalResourceException
InvalidRemoteResourceException
Members
Constructors
Invalid
Resource
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
message
:
String
,
ex
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?