rat.document
Class UnreadableArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
rat.document.UnreadableArchiveException
- All Implemented Interfaces:
- java.io.Serializable, org.apache.commons.lang.exception.Nestable
public class UnreadableArchiveException
- extends java.io.IOException
- implements org.apache.commons.lang.exception.Nestable
Indicates that an archive is unreadable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnreadableArchiveException
public UnreadableArchiveException()
UnreadableArchiveException
public UnreadableArchiveException(java.lang.String s)
UnreadableArchiveException
public UnreadableArchiveException(java.lang.Throwable cause)
UnreadableArchiveException
public UnreadableArchiveException(java.lang.String s,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Specified by:
getCause
in interface org.apache.commons.lang.exception.Nestable
- Overrides:
getCause
in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interface org.apache.commons.lang.exception.Nestable
- Overrides:
getMessage
in class java.lang.Throwable
getMessage
public java.lang.String getMessage(int index)
- Specified by:
getMessage
in interface org.apache.commons.lang.exception.Nestable
getMessages
public java.lang.String[] getMessages()
- Specified by:
getMessages
in interface org.apache.commons.lang.exception.Nestable
getThrowable
public java.lang.Throwable getThrowable(int index)
- Specified by:
getThrowable
in interface org.apache.commons.lang.exception.Nestable
getThrowableCount
public int getThrowableCount()
- Specified by:
getThrowableCount
in interface org.apache.commons.lang.exception.Nestable
getThrowables
public java.lang.Throwable[] getThrowables()
- Specified by:
getThrowables
in interface org.apache.commons.lang.exception.Nestable
indexOfThrowable
public int indexOfThrowable(java.lang.Class type)
- Specified by:
indexOfThrowable
in interface org.apache.commons.lang.exception.Nestable
indexOfThrowable
public int indexOfThrowable(java.lang.Class type,
int fromIndex)
- Specified by:
indexOfThrowable
in interface org.apache.commons.lang.exception.Nestable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Specified by:
printStackTrace
in interface org.apache.commons.lang.exception.Nestable
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Specified by:
printStackTrace
in interface org.apache.commons.lang.exception.Nestable
- Overrides:
printStackTrace
in class java.lang.Throwable
printPartialStackTrace
public void printPartialStackTrace(java.io.PrintWriter out)
- Specified by:
printPartialStackTrace
in interface org.apache.commons.lang.exception.Nestable
Copyright © 2006-2008. All Rights Reserved.