public class SMYLDException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
exceptionReasonText |
protected boolean |
isPrinted |
| Constructor and Description |
|---|
SMYLDException() |
SMYLDException(int ExceptionID) |
SMYLDException(String exceptionReason) |
SMYLDException(String ExceptionReason,
int ExceptionID) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionPrintedToStream(boolean value) |
int |
getExceptionID() |
String |
getExceptionReason() |
boolean |
isPrintedToStream() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String exceptionReasonText
protected boolean isPrinted
public SMYLDException()
public SMYLDException(int ExceptionID)
public SMYLDException(String ExceptionReason, int ExceptionID)
public SMYLDException(String exceptionReason)
public String getExceptionReason()
public int getExceptionID()
public boolean isPrintedToStream()
public void exceptionPrintedToStream(boolean value)
Copyright © 2019 com.github.mfjamil. All rights reserved.