Package space.arim.dazzleconf.error
Class ConfigFormatSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
space.arim.dazzleconf.error.InvalidConfigException
space.arim.dazzleconf.error.ConfigFormatSyntaxException
- All Implemented Interfaces:
Serializable
Indicates the syntax of a specific config format is invalid
- Author:
- A248
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exceptionConfigFormatSyntaxException(String message) Creates the exception with an exception messageConfigFormatSyntaxException(String message, Throwable cause) Creates the exception with an exception message and causeCreates the exception with a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigFormatSyntaxException
public ConfigFormatSyntaxException()Creates the exception -
ConfigFormatSyntaxException
Creates the exception with an exception message- Parameters:
message- the message
-
ConfigFormatSyntaxException
Creates the exception with a cause- Parameters:
cause- the cause
-
ConfigFormatSyntaxException
Creates the exception with an exception message and cause- Parameters:
message- the messagecause- the cause
-