toolbus.exceptions
Class SyntaxErrorException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
toolbus.exceptions.SyntaxErrorException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class SyntaxErrorException
- 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
 
line
public final int line
column
public final int column
position
public final int position
sym
public final int sym
filename
public java.lang.String filename
SyntaxErrorException
public SyntaxErrorException(java.lang.String filename,
                            int line,
                            int column,
                            int position,
                            int sym)
SyntaxErrorException
public SyntaxErrorException(int line,
                            int column,
                            int position,
                            int sym)
getMessage
public java.lang.String getMessage()
- Overrides:
 getMessage in class java.lang.Throwable