dguitar.codecs.guitarPro.version4
Class GP4FormatException

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

public class GP4FormatException
extends GPFormatException

this class is declared to throw RunTimeExcpetions when parsing the file this might include (but not limited to): - invalid version found - number of mesasures and tracks do not match MeasureTracPairs - any other discrepancies/erros in the file (negative frets, etc).

Author:
Mauricio Gracia Gutiérrez
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Comment for serialVersionUID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GP4FormatException(java.lang.String message)
          Creates a new instance of GPFormatException
GP4FormatException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of GPFormatException
 
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

GP4FormatException

public GP4FormatException(java.lang.String message)
Creates a new instance of GPFormatException


GP4FormatException

public GP4FormatException(java.lang.String message,
                          java.lang.Throwable cause)
Creates a new instance of GPFormatException