dguitar.codecs.guitarPro.version4
Class GP4FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dguitar.codecs.CodecFormatException
dguitar.codecs.guitarPro.GPFormatException
dguitar.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
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 |
serialVersionUID
private static final long serialVersionUID
- Comment for
serialVersionUID
- See Also:
- Constant Field Values
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