• Home
  • Raw
  • Download

Lines Matching defs:msg

78     PandaString msg;  in ThrowArrayIndexOutOfBoundsException()  local
90 PandaString msg; in ThrowIndexOutOfBoundsException() local
96 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException()
108 PandaString msg; in ThrowStringIndexOutOfBoundsException() local
120 PandaString msg; in ThrowNegativeArraySizeException() local
126 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException()
145 PandaString msg; in ThrowClassCastException() local
156 PandaString msg; in ThrowAbstractMethodError() local
169 PandaString msg; in ThrowIncompatibleClassChangeErrorForMethodConflict() local
184 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException()
192 void ThrowRuntimeException(const PandaString &msg) in ThrowRuntimeException()
200 void ThrowIllegalArgumentException(const PandaString &msg) in ThrowIllegalArgumentException()
211 …PandaString msg = "Class or interface \"" + class_name + "\" is its own superclass or superinterfa… in ThrowClassCircularityError() local
328 void ThrowFileNotFoundException(const PandaString &msg) in ThrowFileNotFoundException()
336 void ThrowIOException(const PandaString &msg) in ThrowIOException()
344 void ThrowIllegalAccessException(const PandaString &msg) in ThrowIllegalAccessException()
352 void ThrowOutOfMemoryError(ManagedThread *thread, const PandaString &msg) in ThrowOutOfMemoryError()
365 void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError()
378 void ThrowVerificationException(const PandaString &msg) in ThrowVerificationException()
386 void ThrowVerificationException(const LanguageContext &ctx, const PandaString &msg) in ThrowVerificationException()
393 void ThrowInstantiationError(const PandaString &msg) in ThrowInstantiationError()
401 void ThrowNoClassDefFoundError(const PandaString &msg) in ThrowNoClassDefFoundError()
409 void ThrowTypedErrorDyn(const std::string &msg) in ThrowTypedErrorDyn()
416 void ThrowReferenceErrorDyn(const std::string &msg) in ThrowReferenceErrorDyn()
423 void ThrowIllegalMonitorStateException(const PandaString &msg) in ThrowIllegalMonitorStateException()
435 PandaString msg = "Class doesn't implement Cloneable"; in ThrowCloneNotSupportedException() local