Open SiteSearch 4.1.1
Final

ORG.oclc.util
Class IniMissingSectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.oclc.util.IniMissingSectionException

public class IniMissingSectionException
extends Exception

See Also:
Serialized Form

Constructor Summary
IniMissingSectionException()
           
IniMissingSectionException(String s)
           
 
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

IniMissingSectionException

public IniMissingSectionException()

IniMissingSectionException

public IniMissingSectionException(String s)

Open SiteSearch 4.1.1
Final