toolbus.parsercup
Class parser.UndeclaredVariableException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
toolbus.parsercup.parser.UndeclaredVariableException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Enclosing class:
 - parser
 
public static class parser.UndeclaredVariableException
- extends java.lang.RuntimeException
 
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
 - Constant Field Values
 
filename
public final java.lang.String filename
line
public final int line
column
public final int column
position
public final int position
var
public final java.lang.String var
parser.UndeclaredVariableException
public parser.UndeclaredVariableException(java.lang.String filename,
                                          int line,
                                          int column,
                                          int position,
                                          java.lang.String var)
getMessage
public java.lang.String getMessage()
- Overrides:
 getMessage in class java.lang.Throwable