Abacus/core/src/main/java/org/nwapw/abacus/exception
Danila Fedorin 31996219ad Switch the Lexer and TreeBuilder to using exceptions. 2017-09-23 15:31:35 -07:00
..
AbacusException.java Do not use null in exceptions and add messages to exceptions. 2017-09-11 19:32:57 -07:00
ComputationInterruptedException.java Do not use null in exceptions and add messages to exceptions. 2017-09-11 19:32:57 -07:00
ContextException.java Throw the exception instead of returning null. 2017-09-21 23:05:48 -07:00
DomainException.java Do not use null in exceptions and add messages to exceptions. 2017-09-11 19:32:57 -07:00
NumberReducerException.java Add a separate class of exceptions for NumberReducer. 2017-09-22 11:58:19 -07:00
ParseException.java Throw parse exceptions instead of returning null. 2017-09-22 16:35:08 -07:00
PromotionException.java Fix a bug that made some same-priority implementations not convert. 2017-09-20 12:47:30 -07:00
ReductionException.java Add a separate class of exceptions for NumberReducer. 2017-09-22 11:58:19 -07:00
TokenizeException.java Switch the Lexer and TreeBuilder to using exceptions. 2017-09-23 15:31:35 -07:00