rat.document
Class UnreadableArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
UnreadableArchiveException()
           
UnreadableArchiveException(java.lang.String s)
           
UnreadableArchiveException(java.lang.String s, java.lang.Throwable cause)
           
UnreadableArchiveException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 java.lang.String getMessage(int index)
           
 java.lang.String[] getMessages()
           
 java.lang.Throwable getThrowable(int index)
           
 int getThrowableCount()
           
 java.lang.Throwable[] getThrowables()
           
 int indexOfThrowable(java.lang.Class type)
           
 int indexOfThrowable(java.lang.Class type, int fromIndex)
           
 void printPartialStackTrace(java.io.PrintWriter out)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
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
 

Constructor Detail

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)
Method Detail

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-2009. All Rights Reserved.