@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, getSuppressedprotected BaseFetchException()
protected BaseFetchException(String url)
public String getUrl()
protected int compareToBase(BaseFetchException e)
public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace in class Throwableprotected void readBaseFields(DataInput input) throws IOException
IOExceptionprotected void writeBaseFields(DataOutput output) throws IOException
IOExceptionCopyright © 2009–2016 Crawler-Commons. All rights reserved.