net.beadsproject.beads.data.audiofile
Class AudioFile.OperationUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.beadsproject.beads.data.audiofile.AudioFile.OperationUnsupportedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AudioFile

public static class AudioFile.OperationUnsupportedException
extends java.lang.Exception

Thrown if an operation is unsupported for this AudioFile.

Author:
ben
See Also:
Serialized Form

Constructor Summary
AudioFile.OperationUnsupportedException(java.lang.String operation)
           
 
Method Summary
 java.lang.String getError()
           
 
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

AudioFile.OperationUnsupportedException

public AudioFile.OperationUnsupportedException(java.lang.String operation)
Method Detail

getError

public java.lang.String getError()