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, toString
public UnreadableArchiveException()
public UnreadableArchiveException(String s)
public UnreadableArchiveException(Throwable cause)
public Throwable getCause()
public String getMessage()
getMessage
in interface org.apache.commons.lang.exception.Nestable
getMessage
in class Throwable
public String getMessage(int index)
getMessage
in interface org.apache.commons.lang.exception.Nestable
public String[] getMessages()
getMessages
in interface org.apache.commons.lang.exception.Nestable
public Throwable getThrowable(int index)
getThrowable
in interface org.apache.commons.lang.exception.Nestable
public int getThrowableCount()
getThrowableCount
in interface org.apache.commons.lang.exception.Nestable
public Throwable[] getThrowables()
getThrowables
in interface org.apache.commons.lang.exception.Nestable
public int indexOfThrowable(Class type)
indexOfThrowable
in interface org.apache.commons.lang.exception.Nestable
public int indexOfThrowable(Class type, int fromIndex)
indexOfThrowable
in interface org.apache.commons.lang.exception.Nestable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in interface org.apache.commons.lang.exception.Nestable
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in interface org.apache.commons.lang.exception.Nestable
printStackTrace
in class Throwable
public void printPartialStackTrace(PrintWriter out)
printPartialStackTrace
in interface org.apache.commons.lang.exception.Nestable
Copyright © 2006–2013. All rights reserved.