Class WindowsSpecialFolder.SpecialFolderException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    WindowsSpecialFolder

    public static class WindowsSpecialFolder.SpecialFolderException
    extends java.io.IOException
    Thrown when the folder assigned to a Windows Special Folder identifier cannot be determined.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int code  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SpecialFolderException​(java.lang.String specialFolder, java.util.List<java.lang.String> errorDetail, int code)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int code()  
      • 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

      • code

        private final int code
    • Constructor Detail

      • SpecialFolderException

        private SpecialFolderException​(java.lang.String specialFolder,
                                       java.util.List<java.lang.String> errorDetail,
                                       int code)
    • Method Detail

      • code

        public int code()