Search results
From APIDesign
You searched for Exceptions
There is no page titled "Exceptions".
For more information about searching APIDesign, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
Page title matches
- APIDesignPatterns:Exceptions (8,610 bytes)
3: ...you do not mention exceptions (particular checked exceptions) and the role they play in documenting assertions...
9: ...ied to exceptions in the API as well. When adding exceptions in your API you will not do anything bad if you f...
29: ...dshare among Java developers seems to expect that exceptions are raised by writing '''throw new Something''' a...
31: ... is right, this is not all that can be said about exceptions, it seems that something special remains unsaid.
35: ...Checked exception]]s. As such, when talking about exceptions in context of [[Java]], one cannot escape from ta...
Page text matches
- OlderBlogPosts (111,273 bytes)
120: ...ogram that also executes without throwing runtime exceptions.
381: ==== Exceptions in API ====
384: ...ing question about [[APIDesignPatterns:Exceptions|exceptions in API]] after reading the [[TheAPIBook]]:
386: ...you do not mention exceptions (particular checked exceptions) and the role they play in documenting assertions...
388: ...y current answers: [[APIDesignPatterns:Exceptions|exceptions in API]]. - Blogs:JaroslavTulach:Theory (22,864 bytes)
163: ...hat they are the worst invention ever. [[I]] like exceptions and [[I]] like [[Checked exception]]s. Today [[I]...
165: Do you believe people should only use runtime exceptions? That [[checked exception]] add too much overhead... - APIDesignPatterns:Exceptions (8,610 bytes)
3: ...you do not mention exceptions (particular checked exceptions) and the role they play in documenting assertions...
9: ...ied to exceptions in the API as well. When adding exceptions in your API you will not do anything bad if you f...
29: ...dshare among Java developers seems to expect that exceptions are raised by writing '''throw new Something''' a...
31: ... is right, this is not all that can be said about exceptions, it seems that something special remains unsaid.
35: ...Checked exception]]s. As such, when talking about exceptions in context of [[Java]], one cannot escape from ta... - Errata (2,387 bytes)
53: ...ew IllegalStateException("Old visitor used on new exceptions")'' it should be ''throw new IllegalStateExceptio... - ExceptionExtensibility (3,165 bytes)
1: ...eritance, one can define new subtypes of existing exceptions and yet keep the code written by your API users c...
62: [[Category:APIDesignPatterns:Exceptions]] - TryCatchRedo (4,224 bytes)
1: ...ting. In [[Java]], [[APIDesignPatterns:Exceptions|exceptions]] are just like any regular class and this can be...
3: ...tion. However only few explore design style where exceptions also contain [[GettersAndSetters|setters]] or oth...
25: Some may say that exceptions are not suitable for regular code flow control an...
34: [[Category:APIDesignPatterns:Exceptions]] - Bugzilla (11,016 bytes)
71: ...'obvious bugs'' (segmentation faults, NPEs, other exceptions) which clearly need to be fixed. - API Patch (4,634 bytes)
16: ... primary concern), there are either trivial bugs (exceptions at unexpected places) or there are ''features''. ... - Stateful (5,403 bytes)
69: ...age:RinardOOPSLA06.pdf]] - ''don't throw needless exceptions unless you have to!''. Of course, during developm... - Checked exception (11,009 bytes)
1: [[wikipedia::Checked_exception|Checked exceptions]] are [[Java]] invention and many like to argue t...
13: === Duplicate the Exceptions ===
17: === Wrap the Exceptions ===
39: ...ere one needs to be sure, one needs to catch both exceptions '''InteropRuntimeException''' as well as {{Truffl...
51: ...is exactly the same as in case of wrapping of the exceptions. There is just one difference - there is no wrapp... - GPLwithClassPathException (16,623 bytes)
82: ...o the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two ... - Bck2Brwsr 0.4 (2,196 bytes)
9: * Throwing and catching exceptions by ''Tomáš Z.'', finally block by [[User:Jarosl... - LowerProfile (11,103 bytes)
117: ...se of simple interfaces or classes that can throw exceptions. For example get your [[API]] compact 1 profile r... - BuilderWithConditionalException (4,506 bytes)
59: ...mmit]. It properly encourages users to handle I/O exceptions when needed, but doesn't annoy them when there is...
89: [[Category:APIDesignPatterns:Exceptions]] - ChameleonBuilder (6,213 bytes)
107: [[Category:APIDesignPatterns:Exceptions]] - Exception (565 bytes)
1: ...organized them into [[:Category:APIDesignPatterns:Exceptions]] category.
3: [[Category:APIDesignPatterns:Exceptions]] - WhiningBuilder (7,716 bytes)
44: ...e generic type parameters - e.g. they aren't real exceptions, just specifications/place holders for the actual...
129: [[Category:APIDesignPatterns:Exceptions]] - ExceptionVariance (5,400 bytes)
7: ...nt. Then the clients don't need to care about the exceptions at compile time. Btw. [[I]] have to mention that ...
11: ...tion]]s). If we don't allow them to propagate the exceptions, what can they do? They have to catch them, recov...
22: ...code(arr, output)) { // doesn't throw any checked exceptions
29: ... example the client doesn't have to deal with any exceptions. The only problem that can appear is that the dec...
39: ...e it converts the well understood [[ProviderAPI]] exceptions into the output [[ClientAPI]] can understand too... - Bck2Brwsr 0.22 (159 bytes)
2: * Exceptions capture stacktrace via '''Error.stack''' when cre...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)