All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlparser.error.AssignmentFailure Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package xmlparser.error;

public final class AssignmentFailure extends RuntimeException {
    public AssignmentFailure(final Throwable cause) {
        super("A field could not be assigned with an object, should not happen, ever.", cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy