org.mule.common.metadata.property.exception
Class RepeatedPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepeatedPropertyException
public RepeatedPropertyException()
- Create a new exception
RepeatedPropertyException
public RepeatedPropertyException(String message)
- Create a new exception
Copyright © 2014. All rights reserved.