|
||||||||||
| 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.musicontroller.MusiControllerException
public class MusiControllerException
Base exception class for MusiController.
| Constructor Summary | |
|---|---|
MusiControllerException()
Default constructor. |
|
MusiControllerException(java.lang.String message)
Constructor specifying an error message. |
|
MusiControllerException(java.lang.String message,
java.lang.Throwable cause)
Creates MusicontrollerException specifying its cause and an error message. |
|
MusiControllerException(java.lang.Throwable cause)
Creates MusicontrollerException specifying its cause. |
|
| 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 MusiControllerException()
public MusiControllerException(java.lang.String message)
message - The error message.public MusiControllerException(java.lang.Throwable cause)
cause - The cause of the exception.
public MusiControllerException(java.lang.String message,
java.lang.Throwable cause)
cause - The cause of the exception.message - The error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||