dguitar.codecs.guitarPro
Class GPFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydguitar.codecs.CodecFormatException
              extended bydguitar.codecs.guitarPro.GPFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GP1FormatException, GP2FormatException, GP3FormatException, GP4FormatException

public abstract class GPFormatException
extends CodecFormatException

The class GPFormatException describes a posible format exception when parsing a stream

Author:
Mauricio Gracia Gutierrez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GPFormatException(java.lang.String s)
          Creates a new GPFormatException described by s.
GPFormatException(java.lang.String s, java.lang.Throwable cause)
          Creates a new GPFormatException described by s, and cause.
 
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
 

Constructor Detail

GPFormatException

public GPFormatException(java.lang.String s)
Creates a new GPFormatException described by s.

Parameters:
s - the exception message.

GPFormatException

public GPFormatException(java.lang.String s,
                         java.lang.Throwable cause)
Creates a new GPFormatException described by s, and cause.

Parameters:
s - the exception message.
cause - the exception cause.