/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | FileSystemExceptionTest.java | 28 FileSystemException exception = new FileSystemException("file"); in test_constructor$String() local 36 FileSystemException exception = new FileSystemException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 77 FileSystemException exception = (FileSystemException) SerializationTester in test_serialization() local 88 FileSystemException exception = new FileSystemException("file", "otherFile", "reason"); in test_getMessage() local
|
D | FileAlreadyExistsExceptionTest.java | 28 FileAlreadyExistsException exception = new FileAlreadyExistsException("file"); in test_constructor$String() local 37 FileAlreadyExistsException exception = new FileAlreadyExistsException("file", "otherFile", in test_constructor$String$String$String() local 80 FileAlreadyExistsException exception = (FileAlreadyExistsException) SerializationTester in test_serialization() local
|
D | NotLinkExceptionTest.java | 28 NotLinkException exception = new NotLinkException("file"); in test_constructor$String() local 37 NotLinkException exception = new NotLinkException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 77 NotLinkException exception = (NotLinkException) SerializationTester.deserializeHex(hex); in test_serialization() local
|
D | NoSuchFileExceptionTest.java | 28 NoSuchFileException exception = new NoSuchFileException("file"); in test_constructor$String() local 37 NoSuchFileException exception = new NoSuchFileException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 78 NoSuchFileException exception = (NoSuchFileException) SerializationTester in test_serialization() local
|
D | AccessDeniedExceptionTest.java | 29 AccessDeniedException exception = new AccessDeniedException("file"); in test_constructor$String() local 38 AccessDeniedException exception = new AccessDeniedException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 79 AccessDeniedException exception = (AccessDeniedException) in test_serialization() local
|
D | FileSystemNotFoundExceptionTest.java | 26 FileSystemNotFoundException exception = new FileSystemNotFoundException(); in test_constructor_empty() local 32 FileSystemNotFoundException exception = new FileSystemNotFoundException(message); in test_constructor$String() local
|
D | ProviderNotFoundExceptionTest.java | 26 ProviderNotFoundException exception = new ProviderNotFoundException(); in test_constructor$() local 33 ProviderNotFoundException exception = new ProviderNotFoundException(message); in test_constructor$String() local
|
D | ProviderMismatchExceptionTest.java | 26 ProviderMismatchException exception = new ProviderMismatchException(testString); in test_constructor$String() local 31 ProviderMismatchException exception = new ProviderMismatchException(); in test_constructor() local
|
D | NotDirectoryExceptionTest.java | 28 NotDirectoryException exception = new NotDirectoryException("file"); in test_constructor$String() local 70 NotDirectoryException exception = (NotDirectoryException) SerializationTester in test_serialization() local
|
D | FileSystemLoopExceptionTest.java | 29 FileSystemLoopException exception = new FileSystemLoopException("file"); in test_constructor$String() local 68 FileSystemLoopException exception = (FileSystemLoopException) SerializationTester in test_serialization() local
|
D | DirectoryNotEmptyExceptionTest.java | 29 DirectoryNotEmptyException exception = new DirectoryNotEmptyException("file"); in test_constructor$String() local 71 DirectoryNotEmptyException exception = (DirectoryNotEmptyException) SerializationTester in test_serialization() local
|
D | AtomicMoveNotSupportedExceptionTest.java | 29 AtomicMoveNotSupportedException exception = new AtomicMoveNotSupportedException("source", in test_constructor$String$String$String() local 73 AtomicMoveNotSupportedException exception = (AtomicMoveNotSupportedException) in test_serialization() local
|
D | InvalidPathExceptionTest.java | 30 InvalidPathException exception = new InvalidPathException(input, reason, index); in test_Constructor$String$String$Int() local 82 InvalidPathException exception = new InvalidPathException(input, reason); in test_Constructor$String$String() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | IllegalCallerExceptionTest.java | 31 IllegalCallerException exception = new IllegalCallerException(); in constructor_noArg() local 41 IllegalCallerException exception = new IllegalCallerException(message); in constructor_String() local 52 IllegalCallerException exception = new IllegalCallerException(message, cause); in constructor_String_Throwable() local 62 IllegalCallerException exception = new IllegalCallerException(cause); in constructor_Throwable() local
|
D | RuntimeExceptionTest.java | 32 RuntimeException exception = new TestRuntimeException("message", null /* cause */, in withNonWritableStackTrace_getStackTraceIsEmpty() local 41 RuntimeException exception = new TestRuntimeException("message", null /* cause */, in withWritableStackTrace_nonEmptyGetStackTrace() local 54 RuntimeException exception = new TestRuntimeException("Message", null, in whenSuppressionDisabled_addSuppressHasNoEffect() local
|
/libcore/luni/src/main/java/javax/xml/transform/ |
D | ErrorListener.java | 68 public abstract void warning(TransformerException exception) in warning() 87 public abstract void error(TransformerException exception) in error() 107 public abstract void fatalError(TransformerException exception) in fatalError()
|
/libcore/luni/src/main/java/org/xml/sax/ |
D | ErrorHandler.java | 73 public abstract void warning (SAXParseException exception) in warning() 102 public abstract void error (SAXParseException exception) in error() 134 public abstract void fatalError (SAXParseException exception) in fatalError()
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionExceptionTest.java | 46 CompletionException exception = new TestCompletionException(); in testConstructNoMessage() local 56 CompletionException exception = new TestCompletionException("test"); in testConstructWithMessage() local 67 CompletionException exception = new CompletionException("test", cause); in testConstructWithMessageAndCause() local
|
D | ExecutionExceptionTest.java | 46 ExecutionException exception = new TestExecutionException(); in testConstructNoMessage() local 56 ExecutionException exception = new TestExecutionException("test"); in testConstructWithMessage() local 67 ExecutionException exception = new ExecutionException("test", cause); in testConstructWithMessageAndCause() local
|
D | RejectedExecutionExceptionTest.java | 46 RejectedExecutionException exception = new TestExecutionException(); in testConstructDefault() local 57 RejectedExecutionException exception = new RejectedExecutionException("test", cause); in testConstructWithMessageAndCause() local 68 RejectedExecutionException exception = new RejectedExecutionException(cause); in testConstructWithCause() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | IllformedLocaleExceptionTest.java | 32 IllformedLocaleException exception = new IllformedLocaleException(); in testConstructor() local 39 IllformedLocaleException exception = new IllformedLocaleException("message", 6); in testGetErrorIndex() local
|
/libcore/ojluni/src/main/native/ |
D | fdlibm.h | 89 struct exception { struct 90 int type; 91 char *name; 92 double arg1; 93 double arg2; 94 double retval;
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | StringConcatExceptionTest.java | 33 StringConcatException exception = new StringConcatException(msg); in constructor_LString() local 42 StringConcatException exception = new StringConcatException(msg, cause); in constructor_LStringLThrowable() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | InputMismatchExceptionTest.java | 35 InputMismatchException exception = new InputMismatchException(); in test_Constructor() local 45 InputMismatchException exception = new InputMismatchException( in test_ConstructorLjava_lang_String() local
|
/libcore/ojluni/src/main/java/java/security/ |
D | PrivilegedActionException.java | 62 private Exception exception; field in PrivilegedActionException 70 public PrivilegedActionException(Exception exception) { in PrivilegedActionException()
|