Package io.dropwizard.vavr.jersey
Class EmptyValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dropwizard.vavr.jersey.EmptyValueException
-
- All Implemented Interfaces:
Serializable
public class EmptyValueException extends RuntimeException
An exception thrown when a resource endpoint attempts to write out aValuethat is empty.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyValueExceptionINSTANCE
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final EmptyValueException INSTANCE
-
-