Class TorrentEncodingException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] valid_charsets  
      java.lang.String[] valid_names  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getValidCharsets()  
      java.lang.String[] getValidTorrentNames()  
      • 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

      • valid_charsets

        public java.lang.String[] valid_charsets
      • valid_names

        public java.lang.String[] valid_names
    • Constructor Detail

      • TorrentEncodingException

        public TorrentEncodingException​(java.lang.String[] charsets,
                                        java.lang.String[] names)
      • TorrentEncodingException

        public TorrentEncodingException​(java.lang.String str,
                                        java.lang.Throwable cause)
    • Method Detail

      • getValidCharsets

        public java.lang.String[] getValidCharsets()
      • getValidTorrentNames

        public java.lang.String[] getValidTorrentNames()