Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Exception class supplement #59

Closed
fangyincheng opened this issue Jun 11, 2019 · 10 comments · Fixed by #92
Closed

Java Exception class supplement #59

fangyincheng opened this issue Jun 11, 2019 · 10 comments · Fixed by #92
Assignees
Labels
enhancement New feature or request urgent
Milestone

Comments

@fangyincheng
Copy link
Contributor

fangyincheng commented Jun 11, 2019

Explain

  • Your files should be in the java_exception folder, and named in format of [exception name].go. Reference java_exception.go
  • Test should be in the java_exception_test.go. Reference java_exception_test.go
  • Please reply the number to represent your work, thanks.
  • Welcome to add more exceptions to issue.

1

  • RuntimeException
  • IncompleteAnnotationException
  • AnnotationTypeMismatchException
  • NegativeArraySizeException
  • UnsupportedOperationException
  • ArithmeticException

2

  • IllegalMonitorStateException
  • ArrayStoreException
  • IllegalStateException
  • ClassCastException
  • UncheckedIOException
  • EnumConstantNotPresentException

3

  • NullPointerException
  • TypeNotPresentException
  • UndeclaredThrowableException
  • MalformedParametersException
  • WrongMethodTypeException
  • MalformedParameterizedTypeException

4

  • SecurityException
  • IllegalArgumentException
  • IllegalThreadStateException
  • NumberFormatException
  • IndexOutOfBoundsException
  • ArrayIndexOutOfBoundsException
  • StringIndexOutOfBoundsException

5

  • IllegalClassFormatException
  • ReflectiveOperationException
  • InvocationTargetException
  • NoSuchMethodException
  • NoSuchFieldException
  • IllegalAccessException
  • ClassNotFoundException
  • InstantiationException

6

  • CloneNotSupportedException
  • UnmodifiableClassException
  • InterruptedException
  • LambdaConversionException
  • IOException
  • InterruptedIOException

7

  • UncheckedIOException
  • FileNotFoundException
  • EOFException
  • SyncFailedException
  • ObjectStreamException
  • WriteAbortedException
  • InvalidObjectException
  • StreamCorruptedException
  • InvalidClassException
  • OptionalDataException
  • NotActiveException
  • NotSerializableException
  • UTFDataFormatException

8

  • DateTimeException

  • UnsupportedTemporalTypeException

  • ZoneRulesException

  • DateTimeParseException

  • FormatterClosedException

  • CancellationException

  • UnknownFormatConversionException

  • UnknownFormatFlagsException

  • IllegalFormatFlagsException

  • IllegalFormatPrecisionException

  • IllegalFormatCodePointException

  • MissingFormatArgumentException

  • MissingFormatWidthException

9

  • IllegalFormatWidthException
  • IllegalFormatConversionException
  • DuplicateFormatFlagsException
  • MissingResourceException
  • ConcurrentModificationException
  • RejectedExecutionException
  • CompletionException
  • EmptyStackException
  • IllformedLocaleException
  • NoSuchElementException
  • InputMismatchException
  • ExecutionException
  • InvalidPreferencesFormatException
  • TimeoutException
  • BackingStoreException
  • DataFormatException
  • BrokenBarrierException
  • TooManyListenersException
  • InvalidPropertiesFormatException
  • ZipException
  • JarException
@aliiohs
Copy link
Member

aliiohs commented Jun 11, 2019

i will impl 1th

@yiduwangkai
Copy link

yiduwangkai commented Jun 12, 2019

6吧 done.

@jimmy-zha
Copy link
Contributor

jimmy-zha commented Jun 12, 2019

2 done.

@pantianying
Copy link
Member

pantianying commented Jun 12, 2019

3 done.

@comdd
Copy link
Contributor

comdd commented Jun 12, 2019

4 done.

@apache apache deleted a comment from sxllwx Jun 12, 2019
@gaoxinge
Copy link
Contributor

5

@ice-summer-bug
Copy link
Contributor

ice-summer-bug commented Jun 13, 2019

7 done.

@yangyangpig
Copy link

8

@pantianying
Copy link
Member

pantianying commented Jun 24, 2019

I will handle half of 9 .
IllegalFormatWidthException
IllegalFormatConversionException
DuplicateFormatFlagsException
MissingResourceException
ConcurrentModificationException
RejectedExecutionException
CompletionException
EmptyStackException
IllformedLocaleException
NoSuchElementException

done.

@fangyincheng
Copy link
Contributor Author

fangyincheng commented Jun 25, 2019

I will do these half of 9:

  • InputMismatchException
  • ExecutionException
  • InvalidPreferencesFormatException
  • TimeoutException
  • BackingStoreException
  • DataFormatException
  • BrokenBarrierException
  • TooManyListenersException
  • InvalidPropertiesFormatException
  • ZipException
  • JarException

done.

@wongoo wongoo added this to the v1.1.0 milestone Jul 2, 2019
@wongoo wongoo added the urgent label Jul 2, 2019
@wongoo wongoo closed this as completed in #92 Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants