com.github.junrar.exception
Class RarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.junrar.exception.RarException
All Implemented Interfaces:
Serializable

public class RarException
extends Exception

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$
See Also:
Serialized Form

Nested Class Summary
static class RarException.RarExceptionType
           
 
Constructor Summary
RarException(Exception e)
           
RarException(RarException.RarExceptionType type)
           
RarException(RarException e)
           
 
Method Summary
 RarException.RarExceptionType getType()
           
 void setType(RarException.RarExceptionType type)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RarException

public RarException(Exception e)

RarException

public RarException(RarException e)

RarException

public RarException(RarException.RarExceptionType type)
Method Detail

getType

public RarException.RarExceptionType getType()

setType

public void setType(RarException.RarExceptionType type)


Copyright © 2012. All Rights Reserved.