Class WindowsException

  • All Implemented Interfaces:
    Serializable

    public class WindowsException
    extends Exception
    Simple checked exception class for Windows errors. We do NOT want to throw j-interop exception classes out of this module. The class is just a type -- it does not add any behavior
    Author:
    Byron Nevins
    See Also:
    Serialized Form
    • Constructor Detail

      • WindowsException

        public WindowsException​(String message)
      • WindowsException

        public WindowsException​(Throwable t)