com.codiform.moo.NoDestinationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moo-core Show documentation
Show all versions of moo-core Show documentation
Mapping Objects to Objects
package com.codiform.moo;
public class NoDestinationException extends TranslationException {
private static final long serialVersionUID = -5852561146079545953L;
public NoDestinationException() {
super("Cannot perform an update to a null destination.");
}
}