Package apple.struct

Class exception


  • public final class exception
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        exception()  
      protected exception​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double arg1()  
      double arg2()  
      org.moe.natj.general.ptr.BytePtr name()  
      double retval()  
      void setArg1​(double value)  
      void setArg2​(double value)  
      void setName​(org.moe.natj.general.ptr.BytePtr value)  
      void setRetval​(double value)  
      void setType​(int value)  
      int type()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • exception

        public exception()
      • exception

        protected exception​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • type

        public int type()
      • setType

        public void setType​(int value)
      • name

        public org.moe.natj.general.ptr.BytePtr name()
      • setName

        public void setName​(org.moe.natj.general.ptr.BytePtr value)
      • arg1

        public double arg1()
      • setArg1

        public void setArg1​(double value)
      • arg2

        public double arg2()
      • setArg2

        public void setArg2​(double value)
      • retval

        public double retval()
      • setRetval

        public void setRetval​(double value)