com.samskivert.mustache
Class MustacheException.Parse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.samskivert.mustache.MustacheException
                  extended by com.samskivert.mustache.MustacheException.Parse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MustacheException

public static class MustacheException.Parse
extends MustacheException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.samskivert.mustache.MustacheException
MustacheException.Parse
 
Constructor Summary
MustacheException.Parse(java.lang.String message)
           
 
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.Parse

public MustacheException.Parse(java.lang.String message)


Copyright © 2011. All Rights Reserved.