mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-14 16:45:09 +01:00
oh no java doc please no
This commit is contained in:
parent
e75e146d67
commit
1bd6dda157
2 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class DecimalNumber {
|
|||
|
||||
/**
|
||||
* Create a new DecimalNumber directly from a String. No more stupid parsing, just stupid exceptions!
|
||||
* @param s The string
|
||||
* @param s the thing with funny chars I forgot the name it was something long and thin
|
||||
* @throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException yeah it does actually throw that good luck catching it
|
||||
*/
|
||||
public DecimalNumber(String s) throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Sometimes I ask myself what is wrong with me but I always get a {@code ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException} instead of an answer
|
||||
*/
|
||||
public class ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException extends Exception{
|
||||
@Override
|
||||
public void printStackTrace() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue