Class Error


  • final class Error
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Error()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.IllegalArgumentException canonicalizationError​(java.lang.Throwable t)  
      (package private) static java.lang.IllegalArgumentException illegalPath()  
      (package private) static java.lang.IllegalArgumentException illegalUncPath()  
      (package private) static java.lang.IllegalArgumentException invalidPathCharacters()  
      (package private) static java.lang.IllegalArgumentException pathTooLong()  
      (package private) static java.lang.IllegalArgumentException pathUriFormatNotSupported()  
      • Methods inherited from class java.lang.Object

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

      • Error

        private Error()
    • Method Detail

      • invalidPathCharacters

        static java.lang.IllegalArgumentException invalidPathCharacters()
      • illegalPath

        static java.lang.IllegalArgumentException illegalPath()
      • pathUriFormatNotSupported

        static java.lang.IllegalArgumentException pathUriFormatNotSupported()
      • illegalUncPath

        static java.lang.IllegalArgumentException illegalUncPath()
      • pathTooLong

        static java.lang.IllegalArgumentException pathTooLong()
      • canonicalizationError

        static java.lang.IllegalArgumentException canonicalizationError​(java.lang.Throwable t)