Class MustacheIOException

  • All Implemented Interfaces:
    Serializable

    public final class MustacheIOException
    extends RuntimeException
    Exception thrown when an IO exception is thrown during template content extraction.
    See Also:
    Serialized Form
    • Constructor Detail

      • MustacheIOException

        public MustacheIOException​(IOException ex)
        Build new exception using original IO Exception.
        Parameters:
        ex - Original Exception.