net.chilicat.m3u8
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.chilicat.m3u8.ParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ParseException
- extends java.lang.Exception
- Author:
- dkuffner
- See Also:
- Serialized Form
Constructor Summary |
ParseException(java.lang.String line,
int lineNumber,
java.lang.String message)
|
ParseException(java.lang.String line,
int lineNumber,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseException
public ParseException(java.lang.String line,
int lineNumber,
java.lang.Throwable cause)
ParseException
public ParseException(java.lang.String line,
int lineNumber,
java.lang.String message)
getLine
public java.lang.String getLine()
getLineNumber
public int getLineNumber()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2010. All Rights Reserved.