Package org.klomp.snark.bencode
Class InvalidBEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.klomp.snark.bencode.InvalidBEncodingException
-
- All Implemented Interfaces:
Serializable
public class InvalidBEncodingException extends IOException
Exception thrown when a bencoded stream is corrupted.- Author:
- Mark Wielaard (mark@klomp.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBEncodingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidBEncodingException
public InvalidBEncodingException(String message)
-
-