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 SummaryConstructors 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 SummaryModifier and Type Method Description StringassembleDetailString()StringassembleOutputString()StringgetMessage()Returns an assembled output String due to bad method design inThrowable.Class<?>getMissingSssemblyPartType()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details
- 
Method Details- 
getMissingSssemblyPartType
- 
assembleDetailString
- 
assembleOutputString
- 
getMessageReturns an assembled output String due to bad method design inThrowable.- Overrides:
- getMessagein class- Throwable
- Returns:
- this exception type's generic string plus an explicit message if present.
 
 
-