QSopt 0.5 Alpha
All Rights Reserved

qs
Class FormatError

java.lang.Object
  extended byjava.lang.Throwable
      extended byqs.FormatError
All Implemented Interfaces:
java.io.Serializable

public class FormatError
extends java.lang.Throwable

See Also:
Serialized Form

Field Summary
static int TRACE
           
 
Constructor Summary
FormatError(int mode, java.lang.String desc)
           
FormatError(int mode, java.lang.String desc, java.lang.String file, int line, java.lang.String theLine, java.lang.String at)
           
FormatError(java.lang.Throwable e, java.lang.String desc)
           
 
Method Summary
static int data_error(FormatErrorMemory memory, java.lang.String s)
           
static void data_warn(FormatErrorMemory memory, java.lang.String s)
           
static FormatError exception_error(java.lang.Throwable t, java.lang.String s)
           
static int generic_error(java.lang.String s)
           
 java.lang.String getDesc()
           
 int getLine()
           
 int getMode()
           
static java.lang.String getPrefix(boolean isMps)
           
static int lp_error(read_lp_state state, java.lang.String s)
           
static void lp_obj_warn(read_lp_state state, java.lang.String s)
           
static void lp_warn(read_lp_state state, java.lang.String s)
           
static void main(java.lang.String[] argv)
           
static int mps_error(read_mps_state state, java.lang.String s)
           
static void mps_warn(read_mps_state state, java.lang.String s)
           
static int thrw(java.lang.String s)
           
 java.lang.String toComment(boolean isMps)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRACE

public static int TRACE
Constructor Detail

FormatError

public FormatError(int mode,
                   java.lang.String desc)

FormatError

public FormatError(int mode,
                   java.lang.String desc,
                   java.lang.String file,
                   int line,
                   java.lang.String theLine,
                   java.lang.String at)

FormatError

public FormatError(java.lang.Throwable e,
                   java.lang.String desc)
Method Detail

data_error

public static int data_error(FormatErrorMemory memory,
                             java.lang.String s)

data_warn

public static void data_warn(FormatErrorMemory memory,
                             java.lang.String s)

exception_error

public static FormatError exception_error(java.lang.Throwable t,
                                          java.lang.String s)

generic_error

public static int generic_error(java.lang.String s)

getDesc

public java.lang.String getDesc()

getLine

public int getLine()

getMode

public int getMode()

getPrefix

public static java.lang.String getPrefix(boolean isMps)

lp_error

public static int lp_error(read_lp_state state,
                           java.lang.String s)
                    throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

lp_obj_warn

public static void lp_obj_warn(read_lp_state state,
                               java.lang.String s)
                        throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

lp_warn

public static void lp_warn(read_lp_state state,
                           java.lang.String s)
                    throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

main

public static void main(java.lang.String[] argv)
                 throws FormatError,
                        java.io.FileNotFoundException,
                        java.lang.InterruptedException
Throws:
FormatError
java.io.FileNotFoundException
java.lang.InterruptedException

mps_error

public static int mps_error(read_mps_state state,
                            java.lang.String s)

mps_warn

public static void mps_warn(read_mps_state state,
                            java.lang.String s)

thrw

public static int thrw(java.lang.String s)
                throws FormatError
Throws:
FormatError

toComment

public java.lang.String toComment(boolean isMps)

toString

public java.lang.String toString()

QSopt 0.5 Alpha
QSopt Home