com.werken.classworlds
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.werken.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,v 1.2 2002/09/24 07:08:00 bob Exp $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
          Construct.
 
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.


Copyright © 2002-2003 The Werken Company. All Rights Reserved.