public class DocException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CODE |
Constructor and Description |
---|
DocException() |
DocException(String message) |
DocException(String code,
String message,
Throwable cause) |
DocException(String message,
Throwable cause) |
DocException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String DEFAULT_CODE
public DocException()
public DocException(String message)
public DocException(Throwable cause)
public String getCode()
Copyright © 2022 Fugerit. All rights reserved.