Package dev.quantumfusion.hyphen.thr
Class HyphenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.quantumfusion.hyphen.thr.HyphenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownTypeException
- See Also:
- Serialized Form
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionHyphenException(String message, @Nullable String possibleSolution)HyphenException(Throwable cause, @Nullable String possibleSolution) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HyphenException
public HyphenException() -
HyphenException
-
HyphenException
-
-
Method Details
-
thr
public static HyphenException thr(String type, String separator, Object clazz, Throwable throwable) -
append
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
niceException
-