Class InvalidFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- uk.ac.rdg.resc.edal.graphics.formats.InvalidFormatException
-
- All Implemented Interfaces:
Serializable
public class InvalidFormatException extends EdalException
Exception that is thrown when a user requests an unsupported image format- Author:
- Guy Griffiths, Jon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFormatException(String message)
Creates a new instance of InvalidFormatException
-
Method Summary
-
Methods inherited from class uk.ac.rdg.resc.edal.exceptions.EdalException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidFormatException
public InvalidFormatException(String message)
Creates a new instance of InvalidFormatException- Parameters:
message
- The message to display to the client
-
-