public class UnreadableArchiveException extends IOException implements org.apache.commons.lang.exception.Nestable
| Constructor and Description |
|---|
UnreadableArchiveException() |
UnreadableArchiveException(String s) |
UnreadableArchiveException(String s,
Throwable cause) |
UnreadableArchiveException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
String |
getMessage(int index) |
String[] |
getMessages() |
Throwable |
getThrowable(int index) |
int |
getThrowableCount() |
Throwable[] |
getThrowables() |
int |
indexOfThrowable(Class type) |
int |
indexOfThrowable(Class type,
int fromIndex) |
void |
printPartialStackTrace(PrintWriter out) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnreadableArchiveException()
public UnreadableArchiveException(String s)
public UnreadableArchiveException(Throwable cause)
public Throwable getCause()
public String getMessage()
getMessage in interface org.apache.commons.lang.exception.NestablegetMessage in class Throwablepublic String getMessage(int index)
getMessage in interface org.apache.commons.lang.exception.Nestablepublic String[] getMessages()
getMessages in interface org.apache.commons.lang.exception.Nestablepublic Throwable getThrowable(int index)
getThrowable in interface org.apache.commons.lang.exception.Nestablepublic int getThrowableCount()
getThrowableCount in interface org.apache.commons.lang.exception.Nestablepublic Throwable[] getThrowables()
getThrowables in interface org.apache.commons.lang.exception.Nestablepublic int indexOfThrowable(Class type)
indexOfThrowable in interface org.apache.commons.lang.exception.Nestablepublic int indexOfThrowable(Class type, int fromIndex)
indexOfThrowable in interface org.apache.commons.lang.exception.Nestablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in interface org.apache.commons.lang.exception.NestableprintStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in interface org.apache.commons.lang.exception.NestableprintStackTrace in class Throwablepublic void printPartialStackTrace(PrintWriter out)
printPartialStackTrace in interface org.apache.commons.lang.exception.NestableCopyright © 2006-2013. All Rights Reserved.