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.Exception
    

    Title: Configure exception information

    Description: Illegal configuration information or configuration file, there are no other invalid files in the configuration directory

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidConfigException

        public InvalidConfigException(java.lang.String msg)
        
      • InvalidConfigException

        public InvalidConfigException(java.lang.Throwable e)
        
      • InvalidConfigException

        public InvalidConfigException(java.lang.String msg,
                              java.lang.Throwable e)