jaxx.compiler.css.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jaxx.compiler.CompilerException
                  extended by jaxx.compiler.java.parser.ParseException
                      extended by jaxx.compiler.css.parser.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends ParseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jaxx.compiler.java.parser.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
 
Constructor Summary
ParseException()
           
ParseException(String message)
           
ParseException(String message, int line, int column)
           
 
Method Summary
 
Methods inherited from class jaxx.compiler.java.parser.ParseException
add_escapes, getColumn, getLine, getMessage
 
Methods inherited from class jaxx.compiler.CompilerException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(String message)

ParseException

public ParseException(String message,
                      int line,
                      int column)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.