com.google.clearsilver.jsilver.exceptions
Class JSilverAutoEscapingException

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
                  extended by com.google.clearsilver.jsilver.exceptions.JSilverAutoEscapingException
All Implemented Interfaces:
Serializable

public class JSilverAutoEscapingException
extends JSilverException

Thrown when there is a problem applying auto escaping.

See Also:
Serialized Form

Field Summary
static int UNKNOWN_POSITION
           
 
Constructor Summary
JSilverAutoEscapingException(String message)
           
JSilverAutoEscapingException(String message, String templateName)
           
JSilverAutoEscapingException(String message, String templateName, int line, int column)
           
JSilverAutoEscapingException(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
 

Field Detail

UNKNOWN_POSITION

public static final int UNKNOWN_POSITION
See Also:
Constant Field Values
Constructor Detail

JSilverAutoEscapingException

public JSilverAutoEscapingException(String message,
                                    String templateName,
                                    int line,
                                    int column)

JSilverAutoEscapingException

public JSilverAutoEscapingException(String message,
                                    String templateName)

JSilverAutoEscapingException

public JSilverAutoEscapingException(String message)

JSilverAutoEscapingException

public JSilverAutoEscapingException(String message,
                                    Throwable cause)


Copyright © 2010-2012 Google. All Rights Reserved.