Class TlbParameterNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.sun.jna.platform.win32.COM.tlb.imp.TlbParameterNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TlbParameterNotFoundException extends java.lang.RuntimeException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TlbParameterNotFoundException()TlbParameterNotFoundException(java.lang.String msg)TlbParameterNotFoundException(java.lang.String msg, java.lang.Throwable cause)TlbParameterNotFoundException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
TlbParameterNotFoundExceptionpublic TlbParameterNotFoundException() 
 - 
TlbParameterNotFoundExceptionpublic TlbParameterNotFoundException(java.lang.String msg) 
 - 
TlbParameterNotFoundExceptionpublic TlbParameterNotFoundException(java.lang.Throwable cause) 
 - 
TlbParameterNotFoundExceptionpublic TlbParameterNotFoundException(java.lang.String msg, java.lang.Throwable cause)
 
- 
 
-