com.moesol.bindings.platform_sdk.component_services
Class COMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.moesol.bindings.platform_sdk.component_services.COMException
All Implemented Interfaces:
Serializable

public class COMException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
COMException(int hr)
           
COMException(String msg, int hr)
           
 
Method Summary
 int getHRESULT()
           
 String getMessage()
           
 int getSCODE_CODE()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

COMException

public COMException(int hr)

COMException

public COMException(String msg,
                    int hr)
Method Detail

getHRESULT

public int getHRESULT()

getSCODE_CODE

public int getSCODE_CODE()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.