dguitar.codecs.guitarPro.version3
Class GP3FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydguitar.codecs.CodecFormatException
              extended bydguitar.codecs.guitarPro.GPFormatException
                  extended bydguitar.codecs.guitarPro.version3.GP3FormatException
All Implemented Interfaces:
java.io.Serializable

public class GP3FormatException
extends GPFormatException

The class GP3FormatException is an exception thrown when there is a problem with the decoding of a GP3 file.

Author:
Matthieu Wipliez
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Comment for serialVersionUID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GP3FormatException(java.lang.String s)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values
Constructor Detail

GP3FormatException

public GP3FormatException(java.lang.String s)