dguitar.codecs.guitarPro.version2
Class GP2FormatException

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

public class GP2FormatException
extends GPFormatException

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

GP2FormatException

public GP2FormatException(java.lang.String s)