Class MustacheIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.springmvc.view.mustache.exceptions.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 Summary
Constructors Constructor Description MustacheIOException(IOException ex)Build new exception using original IO Exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MustacheIOException
public MustacheIOException(IOException ex)
Build new exception using original IO Exception.- Parameters:
ex- Original Exception.
-
-