com.jniwrapper.macosx.accessibility
Class AXException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.jniwrapper.JNIWrapperException
                  extended bycom.jniwrapper.macosx.accessibility.AXException
All Implemented Interfaces:
java.io.Serializable

public class AXException
extends com.jniwrapper.JNIWrapperException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jniwrapper.JNIWrapperException
a, c
 
Constructor Summary
AXException(AXError error)
           
 
Method Summary
static void checkResult(AXError error)
           
 AXError getResult()
           
 
Methods inherited from class com.jniwrapper.JNIWrapperException
, a, createException, isThrowableConstructorAvailable, throwException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AXException

public AXException(AXError error)
Method Detail

getResult

public AXError getResult()

checkResult

public static void checkResult(AXError error)
                        throws AXException
Throws:
AXException