org.plovr
Class CoffeeScriptCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.plovr.CoffeeScriptCompilerException
- All Implemented Interfaces:
- Serializable
public class CoffeeScriptCompilerException
- extends Exception
An exception thrown by the CoffeeScript compiler.
- 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 |
CoffeeScriptCompilerException
public CoffeeScriptCompilerException(String message)
- Parameters:
message
- should be of the form:
In INPUT, Parse error on line LINE_NUMBER: PARSE_ERROR.
getLineNumber
public int getLineNumber()