com.sunwesttek.util.config
Class InvalidConfigSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sunwesttek.util.config.InvalidConfigSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigSyntaxException
extends java.lang.Exception

InvalidConfigSyntaxException is thrown if error is detected when parsing the XML input.

See Also:
Serialized Form

Constructor Summary
InvalidConfigSyntaxException(java.lang.String msg)
          Construct an InvalidConfigSyntaxException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigSyntaxException

public InvalidConfigSyntaxException(java.lang.String msg)
Construct an InvalidConfigSyntaxException.

Parameters:
msg - Detailed error message


Copyright (c) 2002 Sunwest Technologies. http://www.SunwestTek.com/