Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model
Class SongDatabaseFailedException  view SongDatabaseFailedException download SongDatabaseFailedException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.asaph.model.SongDatabaseFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseNotWritableException

public class SongDatabaseFailedException
extends java.lang.Exception

A problem occurred with the song database


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SongDatabaseFailedException()
           
SongDatabaseFailedException(java.lang.String msg)
           
SongDatabaseFailedException(java.lang.String msg, java.lang.Throwable cause)
           
SongDatabaseFailedException(java.lang.Throwable cause)
           
 
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

SongDatabaseFailedException

public SongDatabaseFailedException()

SongDatabaseFailedException

public SongDatabaseFailedException(java.lang.String msg)

SongDatabaseFailedException

public SongDatabaseFailedException(java.lang.String msg,
                                   java.lang.Throwable cause)

SongDatabaseFailedException

public SongDatabaseFailedException(java.lang.Throwable cause)