Package org.openl.rules.types
Class DuplicateMemberThrowExceptionHelper
- java.lang.Object
-
- org.openl.rules.types.DuplicateMemberThrowExceptionHelper
-
public final class DuplicateMemberThrowExceptionHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidthrowDuplicateMethodExceptionIfMethodsAreNotTheSame(IOpenMethod newOpenMethod, IOpenMethod existedOpenMethod)Throw the error with the right message for the case when the methods are equal
-
-
-
Method Detail
-
throwDuplicateMethodExceptionIfMethodsAreNotTheSame
public static void throwDuplicateMethodExceptionIfMethodsAreNotTheSame(IOpenMethod newOpenMethod, IOpenMethod existedOpenMethod)
Throw the error with the right message for the case when the methods are equal
-
-