com.sonar.sslr.impl
Class LexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sonar.sslr.impl.LexerException
All Implemented Interfaces:
Serializable

public class LexerException
extends RuntimeException

This class is not intended to be instantiated or subclassed by clients.

See Also:
Serialized Form

Constructor Summary
LexerException(String message)
           
LexerException(String message, Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

LexerException

public LexerException(String message,
                      Throwable e)

LexerException

public LexerException(String message)


Copyright © 2009-2014 SonarSource. All Rights Reserved.