Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.classworlds.ConfigurationException
All Implemented Interfaces:
Serializable

@Deprecated public class ConfigurationException extends Exception
Deprecated.
Indicates an error during Launcher configuration.
Author:
bob mcwhirter
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String msg)
      Deprecated.
      Construct.
      Parameters:
      msg - The message.
    • ConfigurationException

      public ConfigurationException(String msg, int lineNo, String line)
      Deprecated.
      Construct.
      Parameters:
      msg - The message.
      lineNo - The number of configuraton line where the problem occured.
      line - The configuration line where the problem occured.