xbn.config
Class ConfigFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xbn.config.ConfigFormatException
All Implemented Interfaces:
Serializable

public class ConfigFormatException
extends Exception

Indicates that a syntax error was found in your ConfigReader's source text. See the ConfigReader.

Source code:  ConfigFormatException.java.

See Also:
Serialized Form

Constructor Summary
ConfigFormatException()
          Throw an exception with no error message.
ConfigFormatException(String s_message)
          Throw an exception with a specific 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

ConfigFormatException

public ConfigFormatException()
Throw an exception with no error message.

ConfigFormatException

public ConfigFormatException(String s_message)
Throw an exception with a specific error message.



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo