java.lang.Object
java.lang.Throwable
java.lang.Exception
org.chordcast.io.FileFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class FileFormatException
- extends java.lang.Exception
An Exception file what represent an attempt to load a corrupt XCS file.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileFormatException
public FileFormatException()
- Creates a new instance of FileFormatException with the default message
FileFormatException
public FileFormatException(java.lang.String message)
FileFormatException
public FileFormatException(java.lang.Throwable cause)
FileFormatException
public FileFormatException(java.lang.String message,
java.lang.Throwable cause)