org.bioquery.gui
Class UnknownFileTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.bioquery.gui.ViewException
|
+--org.bioquery.gui.UnknownFileTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownFileTypeException
- extends ViewException
Exception thrown whenever a file type is not understood by the program, or an
appropriate view cannot be determined for a file or object.
- Author:
- James Brundege
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownFileTypeException
public UnknownFileTypeException()
UnknownFileTypeException
public UnknownFileTypeException(java.lang.String message)
- Constructor accepts a text message.
- Parameters:
message - Message that the user will be able to retrieve
UnknownFileTypeException
public UnknownFileTypeException(java.lang.Throwable cause)
- Constructor accepts an embedded exception.
- Parameters:
cause - An embedded exception the user can retrieve.
UnknownFileTypeException
public UnknownFileTypeException(java.lang.String message,
java.lang.Throwable cause)
- Constructor accepts a text message and an embedded exception.
- Parameters:
message - Message that the user will be able to retrievecause - An embedded exception the user can retrieve.