|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kaos.policy.deconfliction.PoliciesHarmonizedException
public class PoliciesHarmonizedException
PoliciesHarmonizedException defines an exception to be thrown by the PolicyHandler class when harmonization of the newly introduced policies occures.
Field Summary | |
---|---|
java.util.Map |
mappingFromIntroducedPoliciesToHarmonization
Maps the ids of the policies from the committed set to the Map containing information of harmonization this policy caused. |
Constructor Summary | |
---|---|
PoliciesHarmonizedException()
Constructs a new PoliciesHarmonizedException with no detail message. |
|
PoliciesHarmonizedException(java.util.Map _mappingFromIntroducedPoliciesToHarmonization)
Constructs a new PoliciesHarmonizedException with a harmonization information. |
|
PoliciesHarmonizedException(java.lang.String s)
Constructs a new PoliciesHarmonizedException with a detail message. |
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 |
Field Detail |
---|
public java.util.Map mappingFromIntroducedPoliciesToHarmonization
Constructor Detail |
---|
public PoliciesHarmonizedException()
public PoliciesHarmonizedException(java.lang.String s)
public PoliciesHarmonizedException(java.util.Map _mappingFromIntroducedPoliciesToHarmonization)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |