Class ijException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ijException
    extends java.lang.RuntimeException
    ijException is used to get messages from the ij parser to the main ij loop. Because this is not under the protocol/impl umbrella, it does not have available to it the message service. At this time, all messages are hard-coded in this file. A more serviceable solution may need to be found.
    See Also:
    Serialized Form
    • Constructor Detail

      • ijException

        public ijException​(java.lang.String message)
    • Method Detail

      • notYetImplemented

        static ijException notYetImplemented()
      • illegalStatementName

        static ijException illegalStatementName​(java.lang.String n)
      • alreadyHaveConnectionNamed

        static ijException alreadyHaveConnectionNamed​(java.lang.String n)
      • bangException

        static ijException bangException​(java.lang.Throwable t)
      • classNotFoundForProtocol

        static ijException classNotFoundForProtocol​(java.lang.String p)
      • classNotFound

        static ijException classNotFound​(java.lang.String c)
      • connectionGetWarningsFailed

        static ijException connectionGetWarningsFailed()
      • disconnectFailed

        static ijException disconnectFailed()
      • driverNotClassName

        static ijException driverNotClassName​(java.lang.String c)
      • forwardOnlyCursor

        public static ijException forwardOnlyCursor​(java.lang.String operation)
      • resourceNotFound

        static ijException resourceNotFound()
      • getConnectionFailed

        static ijException getConnectionFailed()
      • iOException

        static ijException iOException​(java.io.IOException t)
      • needToDisconnect

        static ijException needToDisconnect()
      • noSuchAsyncStatement

        static ijException noSuchAsyncStatement​(java.lang.String c)
      • noSuchConnection

        static ijException noSuchConnection​(java.lang.String c)
      • noSuchProtocol

        static ijException noSuchProtocol​(java.lang.String c)
      • noSuchTable

        static ijException noSuchTable​(java.lang.String c)
      • objectWasNull

        public static ijException objectWasNull​(java.lang.String objectName)
      • resultSetGetWarningsFailed

        static ijException resultSetGetWarningsFailed()
      • scrollCursorsNotSupported

        static ijException scrollCursorsNotSupported()
      • statementGetWarningsFailed

        static ijException statementGetWarningsFailed()
      • waitInterrupted

        static ijException waitInterrupted​(java.lang.Throwable t)
      • zeroInvalidForAbsolute

        public static ijException zeroInvalidForAbsolute()
      • notAvailableForDriver

        public static ijException notAvailableForDriver​(java.lang.String s)