ch.ubique.inieditor
Class IniEditor.NoSuchSectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bych.ubique.inieditor.IniEditor.NoSuchSectionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IniEditor

public static class IniEditor.NoSuchSectionException
extends java.lang.RuntimeException

Thrown when an inexistent section is addressed.

See Also:
Serialized Form

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