com.supermap.services.components.spi
Class InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.supermap.services.components.spi.InvalidConfigException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidConfigException extends java.lang.ExceptionTitle: Configure exception information
Description: Illegal configuration information or configuration file, there are no other invalid files in the configuration directory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InvalidConfigException(java.lang.String msg)InvalidConfigException(java.lang.String msg, java.lang.Throwable e)InvalidConfigException(java.lang.Throwable e)
-