TeszCoreException

  
Type🟨 Abstract Exception
Packageio.github.mrtesz.teszcore.exceptions
GitHubTeszCoreException.java
ExtendsRuntimeException
ImplementsCopyable<TeszCoreException>

Description

Parent class of all custom exceptions


Constructor(s)

TeszCoreException();
TeszCoreException(String message);
TeszCoreException(Throwable cause);
TeszCoreException(String message, Exception cause);
ParameterTypeAnnotationsDescription
messageString@Nullable(optional) Error Message
causeThrowable@Nullable(optional) Cause

Methods

getMessage

String getMessage();

Get the message

Returns: String — message


getMessage

Throwable getCause();

Get the cause

Returns: Throwable — cause



Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.