|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.linuxsampler.lscp.LscpException
public class LscpException
Thrown to indicate unexpected error in the LinuxSampler control protocol.
Constructor Summary | |
---|---|
LscpException()
Creates a new instance of LscpException with empty detail message. |
|
LscpException(java.lang.String msg)
Creates a new instance of LscpException with the specified detail message. |
|
LscpException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new instance of LscpException with the specified detail message and cause. |
|
LscpException(java.lang.Throwable cause)
Creates a new instance of LscpException with the specified cause and a detail message of (cause==null ? null : cause.toString()) . |
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 LscpException()
public LscpException(java.lang.String msg)
msg
- The detail message.public LscpException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
.
cause
- The cause.public LscpException(java.lang.String msg, java.lang.Throwable cause)
msg
- The detail message.cause
- The cause.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |