Class ConfigurationParseException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class ConfigurationParseException extends CoreRuntimeException
Thrown when configuration has failed to parse.
See Also:
Serialized Form
  • Constructor Details

    • ConfigurationParseException

      public ConfigurationParseException(String filePath, Throwable cause)
      Parameters:
      filePath - the path to the file that failed to parse.
      cause - the original exception.