com.google.clearsilver.jsilver.compiler
Class JSilverCompilationException

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.compiler.JSilverCompilationException
All Implemented Interfaces:
Serializable

public class JSilverCompilationException
extends JSilverException

Thrown when a template cannot be compiled.

See Also:
Serialized Form

Constructor Summary
JSilverCompilationException(String message)
           
JSilverCompilationException(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

JSilverCompilationException

public JSilverCompilationException(String message,
                                   Throwable cause)

JSilverCompilationException

public JSilverCompilationException(String message)


Copyright © 2010-2012 Google. All Rights Reserved.