org.musicontroller
Class MusiControllerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.musicontroller.MusiControllerException
All Implemented Interfaces:
java.io.Serializable

public class MusiControllerException
extends java.lang.Exception

Base exception class for MusiController.

Version:
$Id: MusiControllerException.java,v 1.1 2010/03/16 18:55:42 varienaja Exp $
Author:
drexler
See Also:
Serialized Form

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

MusiControllerException

public MusiControllerException()
Default constructor. Specifies an empty error message.


MusiControllerException

public MusiControllerException(java.lang.String message)
Constructor specifying an error message.

Parameters:
message - The error message.

MusiControllerException

public MusiControllerException(java.lang.Throwable cause)
Creates MusicontrollerException specifying its cause.

Parameters:
cause - The cause of the exception.

MusiControllerException

public MusiControllerException(java.lang.String message,
                               java.lang.Throwable cause)
Creates MusicontrollerException specifying its cause and an error message.

Parameters:
cause - The cause of the exception.
message - The error message.


Copyright © 2010 A.J.V.. All Rights Reserved.