Class AcceptHeaderParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.vitro.webapp.utils.http.AcceptHeaderParsingException
-
- All Implemented Interfaces:
Serializable
public class AcceptHeaderParsingException extends Exception
Indicates an invalid Accept header. Either the basic syntax was flawed, or the value for "q" could not be parsed to a Float.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcceptHeaderParsingException(String message)AcceptHeaderParsingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-