uk.co.jcp.util.properties
Class SectionAlreadyDefinedException

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

public class SectionAlreadyDefinedException
extends PropertyException

Exception thrown if section already exists.

See Also:
Serialized Form

Constructor Summary
SectionAlreadyDefinedException(java.lang.String message)
           
 
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

SectionAlreadyDefinedException

public SectionAlreadyDefinedException(java.lang.String message)