InvalidDictionaryException  
            class InvalidDictionaryException(message: String?, cause: Throwable?) : Exception
Content copied to clipboard
Thrown when a Dictionary is found to be invalid and cannot be used in the intended way.
Parameters
message
the detail message
cause
the cause
Constructors
InvalidDictionaryException
                          
                    Link copied to clipboard
                        fun InvalidDictionaryException(message: String? = null, cause: Throwable? = null)
Content copied to clipboard
the detail message
Functions
addSuppressed
                          
                    Link copied to clipboard
                        fillInStackTrace
                          
                    Link copied to clipboard
                        getLocalizedMessage
                          
                    Link copied to clipboard
                        getStackTrace
                          
                    Link copied to clipboard
                        getSuppressed
                          
                    Link copied to clipboard
                        printStackTrace
                          
                    Link copied to clipboard
                        open fun printStackTrace()
Content copied to clipboard
setStackTrace
                          
                    Link copied to clipboard
                        Properties
Sources
jvm source
                          
                    
                  Link copied to clipboard