org.garret.consus
Class ConsusCompileError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusCompileError
All Implemented Interfaces:
java.io.Serializable

public class ConsusCompileError
extends java.sql.SQLException

Exception error by compiler in case of error

See Also:
Serialized Form

Constructor Summary
ConsusCompileError(java.lang.String msg, int pos)
          Compile error exception constructor
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsusCompileError

public ConsusCompileError(java.lang.String msg,
                          int pos)
Compile error exception constructor

Parameters:
msg - message text
pos - position in the string (starting from 1)