WPI GDC CMS 0.0.1

org.wpi.gdc.cms.main
Class ConfigParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.wpi.gdc.cms.main.ConfigParseException
All Implemented Interfaces:
java.io.Serializable

public class ConfigParseException
extends java.lang.Exception

Indicates that an error occured while parsing the configuration file.

Version:
1.2
Author:
dmpotter
See Also:
Serialized Form

Constructor Summary
ConfigParseException()
          Creates a new ConfigParseException with no error message.
ConfigParseException(java.lang.String msg)
          Creates a new ConfigParseException with the specified error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigParseException

public ConfigParseException(java.lang.String msg)
Creates a new ConfigParseException with the specified error message.
Parameters:
msg - the error message

ConfigParseException

public ConfigParseException()
Creates a new ConfigParseException with no error message.

WPI GDC CMS 0.0.1

Copyright © 2001 WPI Game Development Club. All Rights Reserved.