File
Doc
Category
Size
Date
Package
BEncodingException.java
API Doc
Azureus 3.0.3.4
1385
Fri Aug 31 14:26:40 BST 2007
org.gudy.azureus2.core3.util
BEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
public class BEncodingException extends IOException
author
Aaron Grunthal
create
09.08.2007 This is thrown when the BEncoder/BDecoder stumbles upon any internal error, such as malformed input
IOException
will be used if the encountered problem is of external nature (mostly IOExceptiosn themselves)
Fields Summary
Constructors Summary
public BEncodingException
()
public BEncodingException
(
String
message)
super(message);
Methods Summary
Java Code Source