Package antlr
Class CharStreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.CharStreamException
-
- All Implemented Interfaces:
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(String s)
CharStreamException constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CharStreamException
public CharStreamException(String s)
CharStreamException constructor comment.- Parameters:
s
- java.lang.String
-
-