All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.player.SampleException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----guinea.player.SampleException

public class SampleException
extends Exception
Thrown to indicate that an error has occured while using sound samples


Constructor Index

· SampleException()
Constructs a SampleException with no detail message.
· SampleException(String)
Constructs a SampleException with the specified detail message.

Constructors

· SampleException
 public SampleException()
Constructs a SampleException with no detail message.

· SampleException
 public SampleException(String s)
Constructs a SampleException with the specified detail message.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index