silk.performer
Class ErrorImpl


java.lang.Object

  extended bysilk.performer.ErrorImpl

All Implemented Interfaces:
Error

public class ErrorImpl
extends java.lang.Object
implements Error

Internally used for Oracle Forms replay.


Method Summary
 void Close()
          Internally used for Oracle Forms replay.
 int ErrorLogGetMaxSeverity()
          Internally used for Oracle Forms replay.
 void Raise(int iError, java.lang.String sMsg)
          Internally used for Oracle Forms replay.
 void Raise(int iError, java.lang.String sMsg, int nSeverity)
          Internally used for Oracle Forms replay.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Raise


public void Raise(int iError,
                  java.lang.String sMsg)
           throws SilkPerformerException
Internally used for Oracle Forms replay.

Specified by:
Raise in interface Error
Throws:
SilkPerformerException

Raise


public void Raise(int iError,
                  java.lang.String sMsg,
                  int nSeverity)
           throws SilkPerformerException
Internally used for Oracle Forms replay.

Specified by:
Raise in interface Error
Throws:
SilkPerformerException

ErrorLogGetMaxSeverity


public int ErrorLogGetMaxSeverity()
                           throws SilkPerformerException
Internally used for Oracle Forms replay.

Specified by:
ErrorLogGetMaxSeverity in interface Error
Throws:
SilkPerformerException

Close


public void Close()
Internally used for Oracle Forms replay.

Specified by:
Close in interface Error