org.garret.consus
Class ConsusNotImplemented

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

public class ConsusNotImplemented
extends java.sql.SQLException

Exception thrown when a method, not implemented in Consus, is called

See Also:
Serialized Form

Constructor Summary
ConsusNotImplemented(java.lang.String method)
          Constructor of the exception
 
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

ConsusNotImplemented

public ConsusNotImplemented(java.lang.String method)
Constructor of the exception

Parameters:
method - name which has not been implemented