Package com.github.mustachejava.util
Class GuardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mustachejava.util.GuardException
-
- All Implemented Interfaces:
java.io.Serializable
public class GuardException extends java.lang.RuntimeExceptionIf the wrapper has a different calling signature, tell the caller to refind it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuardException()GuardException(java.lang.String message)
-