com.steadystate.css
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steadystate.css.parser.ParseException
              extended by com.steadystate.css.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends ParseException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.steadystate.css.parser.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage, uri
 
Constructor Summary
ParseException()
           
 
Method Summary
 
Methods inherited from class com.steadystate.css.parser.ParseException
add_escapes, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ParseException

public ParseException()