org.rhq.core.util
Class IniEditor.NoSuchSectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.util.IniEditor.NoSuchSectionException
All Implemented Interfaces:
Serializable
Enclosing class:
IniEditor

public static class IniEditor.NoSuchSectionException
extends RuntimeException

Thrown when an inexistent section is addressed.

See Also:
Serialized Form

Constructor Summary
IniEditor.NoSuchSectionException()
           
IniEditor.NoSuchSectionException(String msg)
           
 
Method Summary
 
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

IniEditor.NoSuchSectionException

public IniEditor.NoSuchSectionException()

IniEditor.NoSuchSectionException

public IniEditor.NoSuchSectionException(String msg)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.