net.sourceforge.jsdp
Class SDPException

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

public class SDPException
extends Exception

The SDP general exception. This defines a general exception for the SDP classes to throw when they encounter a difficult.

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

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

SDPException

public SDPException()
Creates a new SDPException.


SDPException

public SDPException(String message)
Creates a new SDPException.

Parameters:
message - the exception message

SDPException

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

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


Copyright © 2004-2008. All Rights Reserved.