|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bramosystems.oss.player.playlist.client.ParseException
public class ParseException
Thrown when an error occurs during parsing of data in various playlist formats
| Constructor Summary | |
|---|---|
ParseException(java.lang.String msg)
Constructs an instance of ParseException with the specified detail message. |
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of ParseException with the specified message and cause. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public ParseException(java.lang.String msg)
ParseException with the specified detail message.
msg - the detail message.
public ParseException(java.lang.String message,
java.lang.Throwable cause)
ParseException with the specified message and cause.
message - the detail messagecause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||