Home
last modified time | relevance | path

Searched defs:UnsupportedOperationException (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h82 UnsupportedOperationException() throw() : in UnsupportedOperationException() function
84 explicit UnsupportedOperationException(const char* message) throw() in UnsupportedOperationException() function
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
Dexceptions.py51 class UnsupportedOperationException(BotoServerError): class