Method and Description |
---|
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. |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.