mro.util.properties
Class PropertyNameConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mro.util.properties.PropertyNameConflictException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNameConflictException
extends java.lang.Exception

Thrown when adding a new Property with a name matching one already in the Properties.

See Also:
Serialized Form

Constructor Summary
PropertyNameConflictException()
           
 
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

PropertyNameConflictException

public PropertyNameConflictException()