com.bramosystems.oss.player.playlist.client
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bramosystems.oss.player.playlist.client.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
Thrown when an error occurs during parsing of data in various playlist formats
- Since:
- 1.3
- Author:
- Sikirulai Braheem
- See Also:
- Serialized Form
Constructor Summary |
ParseException(String msg)
Constructs an instance of ParseException with the specified detail message. |
ParseException(String message,
Throwable cause)
Constructs an instance of ParseException with the specified message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String msg)
- Constructs an instance of
ParseException
with the specified detail message.
- Parameters:
msg
- the detail message.
ParseException
public ParseException(String message,
Throwable cause)
- Constructs an instance of
ParseException
with the specified message and cause.
- Parameters:
message
- the detail messagecause
- the cause of the exception
Copyright © 2009-2011. All Rights Reserved.