com.develop.jawin
Class COMError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.develop.jawin.COMError
All Implemented Interfaces:
java.io.Serializable

public class COMError
extends java.lang.Error

COM Error class

See Also:
Serialized Form

Field Summary
 int hresult
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
COMError(int hresult)
           
COMError(int hresult, java.lang.String text)
           
COMError(java.lang.String text)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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, registerNatives, wait, wait, wait
 

Field Detail

hresult

public final int hresult
Constructor Detail

COMError

public COMError(int hresult)

COMError

public COMError(int hresult,
                java.lang.String text)

COMError

public COMError(java.lang.String text)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).