Package one.microstream.exceptions
Class MissingFoundationPartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.exceptions.MissingFoundationPartException
-
- All Implemented Interfaces:
Serializable
public class MissingFoundationPartException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
Modifier and Type Method Description String
assembleDetailString()
String
assembleOutputString()
String
getMessage()
Returns an assembled output String due to bad method design inThrowable
.Class<?>
getMissingSssemblyPartType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingFoundationPartException
public MissingFoundationPartException(Class<?> missingSssemblyPartType)
-
MissingFoundationPartException
public MissingFoundationPartException(Class<?> missingSssemblyPartType, String message)
-
MissingFoundationPartException
public MissingFoundationPartException(Class<?> missingSssemblyPartType, Throwable cause)
-
MissingFoundationPartException
public MissingFoundationPartException(Class<?> missingSssemblyPartType, String message, Throwable cause)
-
-
Method Detail
-
getMissingSssemblyPartType
public Class<?> getMissingSssemblyPartType()
-
assembleDetailString
public String assembleDetailString()
-
assembleOutputString
public String assembleOutputString()
-
getMessage
public String getMessage()
Returns an assembled output String due to bad method design inThrowable
.- Overrides:
getMessage
in classThrowable
- Returns:
- this exception type's generic string plus an explicit message if present.
-
-