Class NativeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NativeException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private jnr.constants.platform.Errno errno  
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeException​(java.lang.String message, jnr.constants.platform.Errno errno)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jnr.constants.platform.Errno getErrno()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • errno

        private final jnr.constants.platform.Errno errno
    • Constructor Detail

      • NativeException

        public NativeException​(java.lang.String message,
                               jnr.constants.platform.Errno errno)
    • Method Detail

      • getErrno

        public jnr.constants.platform.Errno getErrno()