Searched refs:Error (Results 1 - 25 of 1673) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/rawDiags/
H A DError.java5 * @compile/fail/ref=Error.out -XDrawDiagnostics Error.java
7 class Error class
/openjdk10/jdk/test/tools/jjs/
H A Dargs.js6 throw new Error("arguments expected");
10 throw new Error("2 arguments are expected here");
14 throw new Error("First arg should be 'hello'");
18 throw new Error("Second arg should be 'world'");
H A Dstrict.js7 throw new Error("should have thrown ReferenceError");
10 throw new Error("ReferenceError expected, got " + e);
H A Des6.js8 throw new Error("should have thrown TypeError");
11 throw new Error("TypeError expected, got " + e);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8023531.js32 throw new Error();
34 throw new Error();
38 throw new Error();
40 throw new Error();
44 throw new Error();
46 throw new Error();
50 throw new Error();
52 throw new Error();
56 throw new Error();
58 throw new Error();
[all...]
H A DJDK-8026805.js32 throw new Error("Initial length not 0");
38 throw new Error("length not updated to 4");
44 throw new Error("length not reset to 0");
48 throw new Error("array element not deleted");
H A DNASHORN-97.js32 throw new Error("#1 Function.prototype should return undefined when invoked");
36 throw new Error("#2 Function.prototype should return undefined when invoked");
H A DNASHORN-202.js32 throw new Error("Date.prototype.toJSON.length !== 1");
H A DJDK-8026858.js36 throw new Error("arr[3] not defined");
40 throw new Error("Array length not updated to 4");
46 throw new Error("arr[5] not defined");
50 throw new Error("Array length not updated to 4");
56 throw new Error("configurable element was not deleted");
60 throw new Error("non-configurable element was deleted");
64 throw new Error("Array length not set");
H A DJDK-8066229.js35 throw new Error("Expected error");
38 throw new Error("Unexpected error: " + e);
H A DJDK-8114838.js34 throw new Error("anonymous name spills into global scope");
39 throw new Error("eval of anonymous function does not work!");
46 throw new Error("eval of anonymous function does not work from script engine!");
/openjdk10/langtools/test/jdk/javadoc/doclet/testClassDocCatalog/pkg1/
H A DEmptyError.java26 public class EmptyError extends Error {
/openjdk10/langtools/test/jdk/javadoc/doclet/testClassDocCatalog/pkg2/
H A DEmptyError.java26 public class EmptyError extends Error {
/openjdk10/langtools/test/jdk/javadoc/tool/6964914/
H A DError.java24 public class Error { class
/openjdk10/langtools/test/tools/javadoc/6964914/
H A DError.java24 public class Error { class
/openjdk10/langtools/test/tools/javac/diags/examples/
H A DFinallyCannotComplete.java31 throw new Error();
/openjdk10/langtools/test/jdk/javadoc/doclet/testHtmlVersion/pkg/
H A DTestError.java27 * Error class.
29 public class TestError extends Error {
/openjdk10/langtools/test/jdk/javadoc/doclet/testSearch/pkg/
H A DTestError.java27 * Error class.
29 public class TestError extends Error {
/openjdk10/nashorn/test/script/basic/es6/
H A Dcomputed-property-duplicate.js34 throw new Error('should not be called');
37 throw new Error('should not be called');
/openjdk10/test/failure_handler/test/sanity/
H A DThrowError.java29 throw new Error("TEST FAIL");
/openjdk10/nashorn/test/src/jdk/nashorn/api/scripting/test/resources/
H A Dfunc.js34 throw new Error("this !== global");
37 throw new Error("this !== undefinedGlobal")
H A Dwitheval.js37 throw new Error("a !== 1");
40 throw new Error("b !== 3");
43 throw new Error("c !== 10");
53 throw new Error("a !== 1");
56 throw new Error("b !== 3");
59 throw new Error("c !== 10");
/openjdk10/langtools/test/tools/javac/
H A DClassLit.java34 if (t.getClass() != ClassLit.class) throw new Error();
36 if (a.getClass() != int[].class) throw new Error();
37 if (int.class != Integer.TYPE) throw new Error();
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DError.java29 * An {@code Error} is a subclass of {@code Throwable}
33 * is also a subclass of {@code Error} because most applications
37 * clause any subclasses of {@code Error} that might be thrown
41 * That is, {@code Error} and its subclasses are regarded as unchecked
49 public class Error extends Throwable { class in inherits:Throwable
57 public Error() { method in class:Error
69 public Error(String message) { method in class:Error
87 public Error(String message, Throwable cause) { method in class:Error
104 public Error(Throwable cause) { method in class:Error
123 protected Error(Strin method in class:Error
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintsCompiler.hpp37 Flag::Error AliasLevelConstraintFunc(intx value, bool verbose);
39 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose);
41 Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose);
43 Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose);
45 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose);
47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
55 Flag::Error CodeEntryAlignmentConstraintFun
[all...]

Completed in 126 milliseconds

1234567891011>>