Class UnknownFileType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.ctan.site.services.texarchive.UnknownFileType
- All Implemented Interfaces:
Serializable
The class
UnknownFileType contains the exception for an
undefined file type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownFileType(String message) This is the constructor forUnknownFileType. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownFileType
This is the constructor forUnknownFileType.- Parameters:
message- the message
-