org.plovr
Class CompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.plovr.CompilationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CheckedCoffeeScriptCompilerException, CheckedSoySyntaxException, CircularDependencyException, MissingProvideException
public abstract class CompilationException
- extends Exception
Base class for compilation errors. Implementations need to provide
a way to convert into a CompilationError
so that the error
can be communicated to the user.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompilationException
public CompilationException(String message)
CompilationException
public CompilationException(Throwable t)
createCompilationError
public abstract org.plovr.CompilationError createCompilationError()