org.plovr
Class PlovrCoffeeScriptCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.plovr.PlovrCoffeeScriptCompilerException
- All Implemented Interfaces:
- Serializable
public class PlovrCoffeeScriptCompilerException
- extends RuntimeException
PlovrCoffeeScriptCompilerException
is a wrapper for a
CoffeeScriptCompilerException
that contains information specific to
plovr, such as the JsInput
that was responsible for the exception.
- Author:
- bolinfest@gmail.com (Michael Bolin)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlovrCoffeeScriptCompilerException
public PlovrCoffeeScriptCompilerException(CoffeeScriptCompilerException cause,
JsInput input)
getCoffeeScriptCompilerException
public CoffeeScriptCompilerException getCoffeeScriptCompilerException()
getInput
public JsInput getInput()
getLineNumber
public int getLineNumber()