Package com.biglybt.pif.torrent
Class TorrentEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.biglybt.pif.torrent.TorrentException
-
- com.biglybt.pif.torrent.TorrentEncodingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TorrentEncodingException extends TorrentException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String[]
valid_charsets
java.lang.String[]
valid_names
-
Constructor Summary
Constructors Constructor Description TorrentEncodingException(java.lang.String[] charsets, java.lang.String[] names)
TorrentEncodingException(java.lang.String str, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getValidCharsets()
java.lang.String[]
getValidTorrentNames()
-