Searched refs:getMessage (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRecognitionException.hpp25 : TokenStreamException(re.getMessage())
34 return recog.getFileLineColumnString()+getMessage();
H A DANTLRException.hpp35 * @note for your own exceptions override this one. Call getMessage from
45 * and call in toString getMessage which relays the text attribute
48 virtual ANTLR_USE_NAMESPACE(std)string getMessage() const function in class:antlr::ANTLRException
H A DNoViableAltException.hpp33 ANTLR_USE_NAMESPACE(std)string getMessage() const;
H A DNoViableAltForCharException.hpp32 ANTLR_USE_NAMESPACE(std)string getMessage() const;
H A DMismatchedCharException.hpp95 ANTLR_USE_NAMESPACE(std)string getMessage() const;
H A DMismatchedTokenException.hpp89 ANTLR_USE_NAMESPACE(std)string getMessage() const;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DIOExceptionWrapper.java25 super(e.getMessage());
H A DRuntimeExceptionWrapper.java23 super(e.getMessage());
/macosx-10.9.5/Heimdal-323.92.1/tests/java/
H A DKerberosInit.java49 System.out.println(toc.getMessage());
74 System.err.println("Cannot create LoginContext. " + e.getMessage());
78 System.err.println("Cannot create LoginContext. " + e.getMessage());
86 System.err.println("Authentication failed:" + e.getMessage());
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Djgssapi_server.java41 static byte [] getMessage(DataInputStream inStream) method in class:jgssapi_server
78 token = getMessage(inStream);
94 byte[] intoken = getMessage(inStream);
95 byte[] outtoken = getMessage(inStream);
114 outtoken = getMessage(inStream);
126 outtoken = getMessage(inStream);
141 outtoken = getMessage(inStream);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java67 assertEquals("msg", ee.getMessage());
71 assertEquals("msg", t.getMessage());
83 assertEquals("msg", ee.getMessage());
87 assertEquals("msg", t.getMessage());
102 assertEquals("msg", ee.getMessage());
107 assertEquals("msg", t.getMessage());
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DNoViableAltException.cpp31 ANTLR_USE_NAMESPACE(std)string NoViableAltException::getMessage() const function in class:antlr::NoViableAltException
H A DNoViableAltForCharException.cpp32 ANTLR_USE_NAMESPACE(std)string NoViableAltForCharException::getMessage() const function in class:antlr::NoViableAltForCharException
H A DRecognitionException.cpp66 return getFileLineColumnString()+getMessage();
H A DMismatchedCharException.cpp70 ANTLR_USE_NAMESPACE(std)string MismatchedCharException::getMessage() const function in class:antlr::MismatchedCharException
102 s += RecognitionException::getMessage();
H A DMismatchedTokenException.cpp139 ANTLR_USE_NAMESPACE(std)string MismatchedTokenException::getMessage() const function in class:antlr::MismatchedTokenException
169 s = RecognitionException::getMessage();
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DError.cpp47 PrintWarning(Warning.getLoc(), Warning.getMessage());
63 PrintError(Error.getLoc(), Error.getMessage());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DError.h30 const std::string &getMessage() const { return Message; } function in class:llvm::TGError
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java82 assertTrue(expected.getMessage().indexOf("@KeyField") >= 0);
114 assertTrue(expected.getMessage().indexOf
125 assertTrue(expected.getMessage().indexOf
136 assertTrue(expected.getMessage().indexOf
197 assertTrue(expected.getMessage().indexOf
228 assertTrue(e.getMessage().contains
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Ddirector.swg24 const char *getMessage() const {
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/lib/Test/NoWarnings/
H A DWarning.pm45 sub getMessage { subroutine
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/lib/Test/NoWarnings/
H A DWarning.pm44 sub getMessage { subroutine
/macosx-10.9.5/swig-10/Lib/python/
H A Ddirector.swg211 PyErr_SetString(error, getMessage());
216 const char *getMessage() const
241 << e.getMessage() << std::endl;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredList.java449 throw new IndexOutOfBoundsException(e.getMessage());
489 throw new IndexOutOfBoundsException(e.getMessage());
515 throw new IndexOutOfBoundsException(e.getMessage());
/macosx-10.9.5/swig-10/Lib/ruby/
H A Ddirector.swg162 const std::string& getMessage() const
180 << e.getMessage() << std::endl;

Completed in 128 milliseconds

12