com.samskivert.mustache
Class MustacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.samskivert.mustache.MustacheException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MustacheException.Parse, MustacheParseException

public class MustacheException
extends java.lang.RuntimeException

An exception thrown when an error occurs parsing or executing a Mustache template.

See Also:
Serialized Form

Nested Class Summary
static class MustacheException.Parse
           
 
Constructor Summary
MustacheException(java.lang.String message)
           
MustacheException(java.lang.String message, java.lang.Throwable cause)
           
MustacheException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MustacheException

public MustacheException(java.lang.String message)

MustacheException

public MustacheException(java.lang.Throwable cause)

MustacheException

public MustacheException(java.lang.String message,
                         java.lang.Throwable cause)


Copyright © 2011. All Rights Reserved.