public class InvalidHeaderException extends Exception
| Constructor and Description |
|---|
InvalidHeaderException() |
InvalidHeaderException(String detail) |
InvalidHeaderException(String fieldName,
int value)
Creates an InvalidHeaderException with details about the invalid field
that was set, and its value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidHeaderException()
public InvalidHeaderException(String detail)
public InvalidHeaderException(String fieldName, int value)
fieldName - invalid field namevalue - the value of the invalid fieldCopyright © 2016 Colorado State University. All rights reserved.