com.moesol.bindings.platform_sdk.windows_api
Class Win32Exception

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.windows_api.Win32Exception
All Implemented Interfaces:
Serializable

public class Win32Exception
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
Win32Exception()
           
Win32Exception(int lresult)
           
Win32Exception(String message)
           
 
Method Summary
 int getLRESULT()
           
 String getMessage()
           
 
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

Win32Exception

public Win32Exception()

Win32Exception

public Win32Exception(String message)
Parameters:
message -

Win32Exception

public Win32Exception(int lresult)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getLRESULT

public int getLRESULT()


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