|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception dguitar.codecs.CodecFormatException dguitar.codecs.guitarPro.GPFormatException
The class GPFormatException describes a posible format exception when parsing a stream
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 |
public GPFormatException(java.lang.String s)
s
- the exception message.public GPFormatException(java.lang.String s, java.lang.Throwable cause)
s
- the exception message.cause
- the exception cause.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |