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.
      • MustacheIOException

        public MustacheIOException​(String message)
        Build new exception using given message.
        Parameters:
        message - Error message.
      • MustacheIOException

        public MustacheIOException​(String message,
                                   IOException ex)
        Build new exception using given message.
        Parameters:
        message - Error message.
        ex - Original exception.