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

templates.qeex-bundle.ExceptionBundle.ftl Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package ${groupId}.${artifactId}.service.exception;

import ${groupId}.api.qeex.annotations.QeexExceptionBundle;
import ${groupId}.api.qeex.annotations.QeexMessage;
import ${groupId}.api.qeex.exceptions.QeexWebException;

@QeexExceptionBundle(project = "FLW", language = "it")
public interface ExceptionBundle {

@QeexMessage(message = "prova")
QeexWebException simpleException();

@QeexMessage(id = 102, code = 400, message = " complete e ricmplete")
QeexWebException completeException();

@QeexMessage(id = 103, code = 500, message = "non sovrascitto")
QeexWebException notOverrideException();

@QeexMessage(id = 104, code = 500, message = "one: %s - two: %s")
QeexWebException withArguments(String one, String two);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy