|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jsdp.SDPException
net.sourceforge.jsdp.SDPParseException
public class SDPParseException
This exception is thrown when an error occurs while parsing an SDP message or an SDP field.
| 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 |
|---|
public SDPParseException()
public SDPParseException(String message)
message - the exception message
public SDPParseException(String message,
Throwable cause)
message - the exception messagecause - the exception root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||