public class RarException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
RarException.RarExceptionType |
| Constructor and Description |
|---|
RarException(Exception e) |
RarException(RarException.RarExceptionType type) |
RarException(RarException e) |
| Modifier and Type | Method and Description |
|---|---|
RarException.RarExceptionType |
getType() |
void |
setType(RarException.RarExceptionType type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RarException(Exception e)
public RarException(RarException e)
public RarException(RarException.RarExceptionType type)
public RarException.RarExceptionType getType()
public void setType(RarException.RarExceptionType type)
Copyright © 2017. All rights reserved.