org.sablecc.sablecc
Class ConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sablecc.sablecc.ConflictException
All Implemented Interfaces:
java.io.Serializable

public class ConflictException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.util.Set conflictualProductions
           
 
Constructor Summary
ConflictException(java.util.Set conflictualProductions, java.lang.String message)
           
 
Method Summary
 java.util.Set getConflictualProductions()
           
 
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
 

Field Detail

conflictualProductions

private java.util.Set conflictualProductions
Constructor Detail

ConflictException

public ConflictException(java.util.Set conflictualProductions,
                         java.lang.String message)
Method Detail

getConflictualProductions

public java.util.Set getConflictualProductions()