org.gudy.azureus2.plugins.torrent
Class TorrentEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.plugins.torrent.TorrentException
              extended by org.gudy.azureus2.plugins.torrent.TorrentEncodingException
All Implemented Interfaces:
Serializable

public class TorrentEncodingException
extends TorrentException

Author:
parg
See Also:
Serialized Form

Field Summary
 String[] valid_charsets
           
 String[] valid_names
           
 
Constructor Summary
TorrentEncodingException(String[] charsets, String[] names)
           
TorrentEncodingException(String str, Throwable cause)
           
 
Method Summary
 String[] getValidCharsets()
           
 String[] getValidTorrentNames()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 String[] valid_charsets

valid_names

public String[] valid_names
Constructor Detail

TorrentEncodingException

public TorrentEncodingException(String[] charsets,
                                String[] names)

TorrentEncodingException

public TorrentEncodingException(String str,
                                Throwable cause)
Method Detail

getValidCharsets

public String[] getValidCharsets()

getValidTorrentNames

public String[] getValidTorrentNames()