StarOffice 5.2 API
reverse engineered by classdoc

stardiv.js.ip
Class IpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--stardiv.js.base.JSException
                    |
                    +--stardiv.js.ip.IpException
All Implemented Interfaces:
java.io.Serializable

public synchronized class IpException
extends stardiv.js.base.JSException

See Also:
Serialized Form

Field Summary
static int JSE_ALL_PURPOSE
           
static int JSE_ARRAY_INDEX_OUT_OF_BOUNDS
           
static int JSE_DIVISION_BY_ZERO
           
static int JSE_ILLEGAL_ACCESS
           
static int JSE_ILLEGAL_ARGUMENT
           
static int JSE_ILLEGAL_BREAKPOINT
           
static int JSE_INSTANTIATION
           
static int JSE_INVOCATION_TARGET
           
static int JSE_IP_END
           
static int JSE_IP_OFFSET
           
static int JSE_NONE
           
static int JSE_NOT_A_NUMBER
           
static int JSE_NOT_DEFINED
           
static int JSE_NO_COMPILER
           
static int JSE_NO_FUNCTION
           
static int JSE_NO_JAVA_FIELD
           
static int JSE_NO_OBJECT
           
static int JSE_READ_ONLY_PROP
           
static int JSE_RETURN_NOT_ALLOWED_HERE
           
static int JSE_SECURITY
           
static int JSE_TYPE1_TO_TYPE2
           
static int JSE_UNKNOWN_TYPE
           
private static java.lang.String[] aIpErrMsgArray
           
private  java.lang.Throwable aTargetExc
           
private  stardiv.tokenizer.TokenPosition aTokPos
           
private  java.lang.String sMsg
           
 
Fields inherited from class stardiv.js.base.JSException
JSException_Msg1, JSException_Msg2, SourceCode, aModuleInfo, iEndPos, iStartPos, nError
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
  IpException(int i)
           
  IpException(int i1, int i2, int i3)
           
  IpException(int i, java.lang.String s)
           
  IpException(int i, java.lang.String s1, java.lang.String s2)
           
private IpException(int i1, java.lang.String s, stardiv.tokenizer.TokenPosition tp, int i2, int i3)
           
  IpException(int i, java.lang.Throwable t)
           
  IpException(int i, stardiv.tokenizer.TokenPosition tp)
           
 
Method Summary
 java.lang.String getMessage()
           
protected static java.lang.String getMessageForID(int i)
           
 java.lang.Throwable getTargetException()
           
 void setEndPos(int i)
           
 void setStartPos(int i)
           
 
Methods inherited from class stardiv.js.base.JSException
getEndPos, getError, getModuleInfo, getMsg1, getMsg2, getSourceCode, getStartPos, setModuleInfo, setSourceCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JSE_ALL_PURPOSE

public static final int JSE_ALL_PURPOSE

JSE_ARRAY_INDEX_OUT_OF_BOUNDS

public static final int JSE_ARRAY_INDEX_OUT_OF_BOUNDS

JSE_DIVISION_BY_ZERO

public static final int JSE_DIVISION_BY_ZERO

JSE_ILLEGAL_ACCESS

public static final int JSE_ILLEGAL_ACCESS

JSE_ILLEGAL_ARGUMENT

public static final int JSE_ILLEGAL_ARGUMENT

JSE_ILLEGAL_BREAKPOINT

public static final int JSE_ILLEGAL_BREAKPOINT

JSE_INSTANTIATION

public static final int JSE_INSTANTIATION

JSE_INVOCATION_TARGET

public static final int JSE_INVOCATION_TARGET

JSE_IP_END

public static final int JSE_IP_END

JSE_IP_OFFSET

public static final int JSE_IP_OFFSET

JSE_NONE

public static final int JSE_NONE

JSE_NOT_A_NUMBER

public static final int JSE_NOT_A_NUMBER

JSE_NOT_DEFINED

public static final int JSE_NOT_DEFINED

JSE_NO_COMPILER

public static final int JSE_NO_COMPILER

JSE_NO_FUNCTION

public static final int JSE_NO_FUNCTION

JSE_NO_JAVA_FIELD

public static final int JSE_NO_JAVA_FIELD

JSE_NO_OBJECT

public static final int JSE_NO_OBJECT

JSE_READ_ONLY_PROP

public static final int JSE_READ_ONLY_PROP

JSE_RETURN_NOT_ALLOWED_HERE

public static final int JSE_RETURN_NOT_ALLOWED_HERE

JSE_SECURITY

public static final int JSE_SECURITY

JSE_TYPE1_TO_TYPE2

public static final int JSE_TYPE1_TO_TYPE2

JSE_UNKNOWN_TYPE

public static final int JSE_UNKNOWN_TYPE

aIpErrMsgArray

private static final java.lang.String[] aIpErrMsgArray

aTargetExc

private java.lang.Throwable aTargetExc

aTokPos

private stardiv.tokenizer.TokenPosition aTokPos

sMsg

private java.lang.String sMsg
Constructor Detail

IpException

public IpException(int i)

IpException

public IpException(int i1,
                   int i2,
                   int i3)

IpException

public IpException(int i,
                   java.lang.String s)

IpException

public IpException(int i,
                   java.lang.String s1,
                   java.lang.String s2)

IpException

private IpException(int i1,
                    java.lang.String s,
                    stardiv.tokenizer.TokenPosition tp,
                    int i2,
                    int i3)

IpException

public IpException(int i,
                   java.lang.Throwable t)

IpException

public IpException(int i,
                   stardiv.tokenizer.TokenPosition tp)
Method Detail

getMessage

public java.lang.String getMessage()

getMessageForID

protected static java.lang.String getMessageForID(int i)

getTargetException

public java.lang.Throwable getTargetException()

setEndPos

public void setEndPos(int i)

setStartPos

public void setStartPos(int i)

StarOffice 5.2 API
reverse engineered by classdoc