@Deprecated public abstract class BaseFetchException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
BaseFetchException()
Deprecated.
|
protected |
BaseFetchException(String url)
Deprecated.
|
protected |
BaseFetchException(String url,
Exception e)
Deprecated.
|
protected |
BaseFetchException(String url,
String msg)
Deprecated.
|
protected |
BaseFetchException(String url,
String msg,
Exception e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected int |
compareToBase(BaseFetchException e)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Throwable |
getCause()
Deprecated.
|
String |
getLocalizedMessage()
Deprecated.
|
String |
getMessage()
Deprecated.
|
StackTraceElement[] |
getStackTrace()
Deprecated.
|
String |
getUrl()
Deprecated.
|
int |
hashCode()
Deprecated.
|
Throwable |
initCause(Throwable cause)
Deprecated.
|
void |
printStackTrace()
Deprecated.
|
void |
printStackTrace(PrintStream s)
Deprecated.
|
void |
printStackTrace(PrintWriter s)
Deprecated.
|
protected void |
readBaseFields(DataInput input)
Deprecated.
|
void |
setStackTrace(StackTraceElement[] stackTrace)
Deprecated.
|
String |
toString()
Deprecated.
|
protected void |
writeBaseFields(DataOutput output)
Deprecated.
|
addSuppressed, fillInStackTrace, getSuppressed
protected BaseFetchException()
protected BaseFetchException(String url)
public String getUrl()
protected int compareToBase(BaseFetchException e)
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace
in class Throwable
protected void readBaseFields(DataInput input) throws IOException
IOException
protected void writeBaseFields(DataOutput output) throws IOException
IOException
Copyright © 2009–2016 Crawler-Commons. All rights reserved.