pl.edu.agh.cast.model.attributes
Class AttributeMergePolicyNotUniqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.edu.agh.cast.model.attributes.AttributeMergePolicyNotUniqueException
All Implemented Interfaces:
Serializable

public class AttributeMergePolicyNotUniqueException
extends RuntimeException

Thrown when an instance of AttributeMergePolicy with non unique Id is instantiated.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
AttributeMergePolicyNotUniqueException()
          
AttributeMergePolicyNotUniqueException(String message)
          
AttributeMergePolicyNotUniqueException(String message, Throwable cause)
          
AttributeMergePolicyNotUniqueException(Throwable cause)
          
 
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

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException()

See Also:
RuntimeException.RuntimeException()

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(String message)

See Also:
RuntimeException.RuntimeException(String)

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(Throwable cause)

See Also:
RuntimeException.RuntimeException(Throwable)

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(String message,
                                              Throwable cause)

See Also:
RuntimeException.RuntimeException(String, Throwable)


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.