com.google.clearsilver.jsilver.exceptions
Class JSilverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.clearsilver.jsilver.exceptions.JSilverException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSilverAutoEscapingException, JSilverBadSyntaxException, JSilverCompilationException, JSilverInterpreterException, JSilverIOException, JSilverTemplateNotFoundException

public abstract class JSilverException
extends RuntimeException

Base class for all JSilver exceptions.

See Also:
Serialized Form

Constructor Summary
protected JSilverException(String message)
           
protected JSilverException(String message, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSilverException

protected JSilverException(String message)

JSilverException

protected JSilverException(String message,
                           Throwable cause)


Copyright © 2010-2012 Google. All Rights Reserved.