Class pgj.ErrorResponse

java.lang.Object
  extended bypgj.ErrorResponse
All Implemented Interfaces:
pgj.ProtocolChunk
Enclosing class:
pgj

public static class pgj.ErrorResponse
extends java.lang.Object
implements pgj.ProtocolChunk


Field Summary
static byte Code
           
static byte Detail
           
 java.lang.String[] fields
           
static byte File
           
static byte Hint
           
static byte Line
           
static byte Message
           
static byte Position
           
static byte Routine
           
static byte Severity
           
static byte Where
           
 
Constructor Summary
pgj.ErrorResponse(java.lang.String[] f)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fields

public java.lang.String[] fields

Severity

public static byte Severity

Code

public static byte Code

Message

public static byte Message

Detail

public static byte Detail

Hint

public static byte Hint

Position

public static byte Position

Where

public static byte Where

File

public static byte File

Line

public static byte Line

Routine

public static byte Routine
Constructor Detail

pgj.ErrorResponse

public pgj.ErrorResponse(java.lang.String[] f)
Method Detail

toString

public java.lang.String toString()