mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-16 17:45:10 +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!
|
* 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
|
* @throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException yeah it does actually throw that good luck catching it
|
||||||
*/
|
*/
|
||||||
public DecimalNumber(String s) throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException {
|
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{
|
public class ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException extends Exception{
|
||||||
@Override
|
@Override
|
||||||
public void printStackTrace() {
|
public void printStackTrace() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue