public class LexerException
extends java.lang.Exception
| Constructor and Description |
|---|
LexerException(java.lang.String message)
Constructor taking an exception message.
|
LexerException(java.lang.String message,
java.lang.Throwable throwable)
Constructor taking an exception message and a nested
Throwable. |
public LexerException(java.lang.String message)
message - The message describing the cause of this exception.public LexerException(java.lang.String message,
java.lang.Throwable throwable)
Throwable.message - The message describing the cause of this exception.throwable - The nested Throwable originally causing this exception.