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

org.jvnet.jaxbvalidation.problem.structure.StructuralProblem Maven / Gradle / Ivy

There is a newer version: 1.0.5.4
Show newest version
package org.jvnet.jaxbvalidation.problem.structure;


import java.util.ResourceBundle;

import org.jvnet.jaxbvalidation.problem.Problem;

/**
 * Base class for structural problems.
 *
 * @author Aleksei Valikov
 */
public abstract class StructuralProblem extends Problem
{
  public ResourceBundle getDefaultResourceBundle()
  {
    return ResourceBundle.getBundle(getClass().getPackage().getName() + ".messages");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy