Uses of Class
digilib.servlet.Scaler.Error
-
Packages that use Scaler.Error Package Description digilib.servlet -
-
Uses of Scaler.Error in digilib.servlet
Methods in digilib.servlet that return Scaler.Error Modifier and Type Method Description static Scaler.Error
Scaler.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scaler.Error[]
Scaler.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in digilib.servlet with parameters of type Scaler.Error Modifier and Type Method Description static void
Scaler. digilibError(Scaler.ErrMsg type, Scaler.Error error, String msg, javax.servlet.http.HttpServletResponse response)
Sends an error to the client as text or image.
-