net.sourceforge.jsdp
Class SDPParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jsdp.SDPException
              extended by net.sourceforge.jsdp.SDPParseException
All Implemented Interfaces:
Serializable

public class SDPParseException
extends SDPException

This exception is thrown when an error occurs while parsing an SDP message or an SDP field.

Since:
1.0
Version:
1.0
Author:
Claudio Di Vita
See Also:
Serialized Form

Constructor Summary
SDPParseException()
          Creates a new SDPException.
SDPParseException(String message)
          Creates a new SDPException.
SDPParseException(String message, Throwable cause)
          Creates a new SDPException.
 
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

SDPParseException

public SDPParseException()
Creates a new SDPException.


SDPParseException

public SDPParseException(String message)
Creates a new SDPException.

Parameters:
message - the exception message

SDPParseException

public SDPParseException(String message,
                         Throwable cause)
Creates a new SDPException.

Parameters:
message - the exception message
cause - the exception root cause


Copyright © 2004-2008. All Rights Reserved.