Deprecated Methods |
org.andromda.core.common.ExceptionUtils.checkAssignable(String, Class, String, Class)
use ExceptionUtils.checkAssignable(Class, String, Class) since we can detect the method name. |
org.andromda.core.common.ExceptionUtils.checkEmpty(String, String, String)
use ExceptionUtils.checkEmpty(String, String) instead since we can detect the method name. |
org.andromda.core.common.ExceptionUtils.checkNull(String, String, Object)
used ExceptionUtils.checkNull(String, Object) instead since we can detect the method name. |