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 StringassembleDetailString()protected StringassembleExplicitMessageAddon()StringassembleOutputString()StringgetMessage()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 Details
 - 
Method Details
- 
getMissingSssemblyPartType
 - 
assembleDetailString
 - 
assembleExplicitMessageAddon
 - 
assembleOutputString
 - 
getMessage
Returns an assembled output String due to bad method design inThrowable.- Overrides:
 getMessagein classThrowable- Returns:
 - this exception type's generic string plus an explicit message if present.
 
 
 -