com.bramosystems.oss.player.playlist.client
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
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

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 message
cause - the cause of the exception


Copyright © 2009-2011. All Rights Reserved.