amzi.ls
Class LSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--amzi.ls.LSException

public class LSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
LSException(java.lang.String msg)
           
 
Method Summary
 java.lang.String GetCallStack()
           
 int GetLineno()
           
 java.lang.String GetMsg()
           
 int GetRC()
           
 java.lang.String GetReadBuffer()
           
 java.lang.String GetReadFileName()
           
 int GetType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSException

public LSException(java.lang.String msg)
Method Detail

GetType

public int GetType()

GetRC

public int GetRC()

GetLineno

public int GetLineno()

GetMsg

public java.lang.String GetMsg()

GetReadFileName

public java.lang.String GetReadFileName()

GetReadBuffer

public java.lang.String GetReadBuffer()

GetCallStack

public java.lang.String GetCallStack()