Package codechicken.lib.config.parser
Class ConfigParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
codechicken.lib.config.parser.ConfigParseException
- All Implemented Interfaces:
Serializable
Created by covers1624 on 18/07/2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigParseException(String message) ConfigParseException(String format, Object... data) ConfigParseException(Throwable cause) ConfigParseException(Throwable cause, String message) ConfigParseException(Throwable cause, String format, Object... data) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigParseException
-
ConfigParseException
-
ConfigParseException
-
ConfigParseException
-
ConfigParseException
-