Interface XException.ERROR

All Known Implementing Classes:
FileSystemAccessException.ERROR, ServerException.ERROR
Enclosing class:
XException

public static interface XException.ERROR
Interface to define error codes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the template for the error.
  • Method Details

    • getTemplate

      String getTemplate()
      Returns the template for the error.
      Returns:
      the template for the error, the template must be in JDK MessageFormat syntax (using {#} positional parameters).