org.sonar.sslr.grammar
Class GrammarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.sslr.grammar.GrammarException
All Implemented Interfaces:
Serializable

public class GrammarException
extends RuntimeException

Indicates problem with definition of grammar. If you face with this exception, then you should fix code, which defines your grammar.

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

Since:
1.18
See Also:
Serialized Form

Constructor Summary
GrammarException(String message)
           
GrammarException(Throwable cause, String message)
           
 
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

GrammarException

public GrammarException(String message)

GrammarException

public GrammarException(Throwable cause,
                        String message)


Copyright © 2009-2014 SonarSource. All Rights Reserved.