|
||||||||||
| 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
public class SDPException
The SDP general exception. This defines a general exception for the SDP classes to throw when they encounter a difficult.
| 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 |
|---|
public SDPException()
public SDPException(String message)
message - the exception message
public SDPException(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 | |||||||||