org.mule.common.metadata.property.exception
Class RepeatedPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mule.common.metadata.property.exception.RepeatedPropertyException
All Implemented Interfaces:
Serializable

public class RepeatedPropertyException
extends RuntimeException

Thrown when using MetaDataPropertyManager.MetaDataPropertyManager(java.util.List), the collection passed as parameter, has repeated properties. Please note that adding repeated properties will not trigger this exception, it is just for instantiation scenarios only.

See Also:
Serialized Form

Constructor Summary
RepeatedPropertyException()
          Create a new exception
RepeatedPropertyException(String message)
          Create a new exception
 
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

RepeatedPropertyException

public RepeatedPropertyException()
Create a new exception


RepeatedPropertyException

public RepeatedPropertyException(String message)
Create a new exception



Copyright © 2014. All rights reserved.