Package com.codingchili.core.files
Class ConfigurationParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingchili.core.context.CoreRuntimeException
com.codingchili.core.files.ConfigurationParseException
- All Implemented Interfaces:
CoreExceptionFormat
,Serializable
Thrown when configuration has failed to parse.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.CoreRuntimeException
status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationParseException
- Parameters:
filePath
- the path to the file that failed to parse.cause
- the original exception.
-