public class LangridException extends Exception
Constructor and Description |
---|
LangridException() |
LangridException(String description) |
LangridException(String message,
Throwable cause) |
LangridException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getMessage() |
void |
setDescription(String description) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LangridException()
public LangridException(String description)
public LangridException(Throwable cause)
public String getDescription()
public void setDescription(String description)
public String getMessage()
getMessage
in class Throwable