uk.co.jcp.util.properties
Class SectionNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.jcp.util.properties.PropertyException
                    |
                    +--uk.co.jcp.util.properties.PropertyNotFoundException
                          |
                          +--uk.co.jcp.util.properties.SectionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SectionNotFoundException
extends PropertyNotFoundException

Exception thrown if a requested Section is not found

See Also:
Serialized Form

Constructor Summary
SectionNotFoundException(java.lang.String message)
           
 
Methods inherited from class uk.co.jcp.util.properties.PropertyNotFoundException
getMessage, getPropertyName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SectionNotFoundException

public SectionNotFoundException(java.lang.String message)