Searched refs:RuntimeException (Results 151 - 175 of 866) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTPercent.java36 throw new RuntimeException("Cannot change TPercent text.");
H A DTPlus.java36 throw new RuntimeException("Cannot change TPlus text.");
H A DTQuestion.java36 throw new RuntimeException("Cannot change TQuestion text.");
H A DTSet.java36 throw new RuntimeException("Cannot change TSet text.");
H A DTSlash.java36 throw new RuntimeException("Cannot change TSlash text.");
H A DTStar.java36 throw new RuntimeException("Cannot change TStar text.");
H A DTUvar.java36 throw new RuntimeException("Cannot change TUvar text.");
H A DTVar.java36 throw new RuntimeException("Cannot change TVar text.");
H A DTWith.java36 throw new RuntimeException("Cannot change TWith text.");
H A DACsOpenPosition.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DADataCommand.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DADecNumberVariable.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DADecimalExpression.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DAExistsExpression.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DAHexExpression.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DAHexNumberVariable.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DAMultipleCommand.java74 throw new RuntimeException("Not a child.");
99 throw new RuntimeException("Not a child.");
H A DANameVariable.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
H A DANegativeExpression.java79 throw new RuntimeException("Not a child.");
92 throw new RuntimeException("Not a child.");
/external/junit/src/org/junit/experimental/results/
H A DFailureList.java26 throw new RuntimeException("I can't believe this happened");
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DUtf8.java56 throw new RuntimeException();
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13InstantiatorBase.java40 catch(RuntimeException e) {
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DOptionalMethod.java80 * public then {@code null} is returned. Any RuntimeException thrown by the method is thrown,
90 if (targetException instanceof RuntimeException) {
91 throw (RuntimeException) targetException;
119 * RuntimeException thrown by the method is thrown, checked exceptions are wrapped in
129 if (targetException instanceof RuntimeException) {
130 throw (RuntimeException) targetException;
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h89 class RuntimeException : public Exception { class in namespace:sfntly
91 RuntimeException() throw() : Exception("Runtime exception") {} function in class:sfntly::RuntimeException
92 explicit RuntimeException(const char* message) throw() function in class:sfntly::RuntimeException
94 virtual ~RuntimeException() throw() {}
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DOpenSSLDigest.java38 throw new RuntimeException(e);
70 throw new RuntimeException(e);

Completed in 396 milliseconds

1234567891011>>