dguitar.codecs.guitarPro.version1
Class GP1FormatException

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

public class GP1FormatException
extends GPFormatException

The class GP1FormatException is an exception thrown when there is a problem with the decoding of a Guitar Pro 1 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
GP1FormatException(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

GP1FormatException

public GP1FormatException(java.lang.String s)