public class MissingFoundationPartException extends RuntimeException
| Constructor and Description |
|---|
MissingFoundationPartException(Class<?> missingSssemblyPartType) |
MissingFoundationPartException(Class<?> missingSssemblyPartType,
String message) |
MissingFoundationPartException(Class<?> missingSssemblyPartType,
String message,
Throwable cause) |
MissingFoundationPartException(Class<?> missingSssemblyPartType,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MissingFoundationPartException(Class<?> missingSssemblyPartType,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
assembleDetailString() |
protected String |
assembleExplicitMessageAddon() |
String |
assembleOutputString() |
String |
getMessage()
Returns an assembled output String due to bad method design in
Throwable. |
Class<?> |
getMissingSssemblyPartType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingFoundationPartException(Class<?> missingSssemblyPartType)
public MissingFoundationPartException(Class<?> missingSssemblyPartType, String message)
public MissingFoundationPartException(Class<?> missingSssemblyPartType, Throwable cause)
public MissingFoundationPartException(Class<?> missingSssemblyPartType, String message, Throwable cause)
public Class<?> getMissingSssemblyPartType()
public String assembleDetailString()
protected String assembleExplicitMessageAddon()
public String assembleOutputString()
public String getMessage()
Throwable.getMessage in class ThrowableCopyright © 2022 MicroStream Software. All rights reserved.