public class SubtitleDecoderException
extends java.lang.Exception
Constructor and Description |
---|
SubtitleDecoderException(java.lang.String message) |
SubtitleDecoderException(java.lang.String message,
java.lang.Throwable cause) |
public SubtitleDecoderException(java.lang.String message)
message
- The detail message for this exception.public SubtitleDecoderException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message for this exception.cause
- The cause of this exception.