public class IllegalUriException extends ExceptionWithErrorInfo implements scala.Product, java.io.Serializable
Constructor and Description |
---|
IllegalUriException(ErrorInfo info) |
Modifier and Type | Method and Description |
---|---|
static IllegalUriException |
apply(java.lang.String summary,
java.lang.String detail) |
ErrorInfo |
info() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IllegalUriException(ErrorInfo info)
public static IllegalUriException apply(java.lang.String summary, java.lang.String detail)
public ErrorInfo info()
info
in class ExceptionWithErrorInfo