Package antlr
Class CharStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.CharStreamException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CharStreamIOException
public class CharStreamException extends ANTLRException
Anything that goes wrong while generating a stream of characters- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CharStreamException(java.lang.String s)
CharStreamException constructor comment.
-