org.codehaus.classworlds
Class ConfigurationException

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

public class ConfigurationException
extends java.lang.Exception

Indicates an error during Launcher configuration.

Version:
$Id: ConfigurationException.java 7933 2008-12-17 17:33:58Z bentmann $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
          Construct.
ConfigurationException(java.lang.String msg, int lineNo, java.lang.String line)
          Construct.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

ConfigurationException

public ConfigurationException(java.lang.String msg)
Construct.

Parameters:
msg - The message.

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              int lineNo,
                              java.lang.String line)
Construct.

Parameters:
msg - The message.
lineNo - The number of configuraton line where the problem occured.
line - The configuration line where the problem occured.


Copyright © 2002-2009 Codehaus. All Rights Reserved.