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:
java.io.Serializable

public class AttributeMergePolicyNotUniqueException
extends java.lang.RuntimeException

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

Author:
tmilos
See Also:
Serialized Form

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

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(java.lang.String message)

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(java.lang.Throwable cause)

AttributeMergePolicyNotUniqueException

public AttributeMergePolicyNotUniqueException(java.lang.String message,
                                              java.lang.Throwable cause)


Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.