Class PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.persistence.exceptions.PersistenceException
one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistency
one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDictionary
one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidation
one.microstream.persistence.exceptions.PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
- All Implemented Interfaces:
- Serializable
public class PersistenceExceptionTypeConsistencyDefinitionValidationArrayType extends PersistenceExceptionTypeConsistencyDefinitionValidation
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description PersistenceExceptionTypeConsistencyDefinitionValidationArrayType(Class<?> actualType)PersistenceExceptionTypeConsistencyDefinitionValidationArrayType(Class<?> actualType, String message)PersistenceExceptionTypeConsistencyDefinitionValidationArrayType(Class<?> actualType, String message, Throwable cause)PersistenceExceptionTypeConsistencyDefinitionValidationArrayType(Class<?> actualType, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)PersistenceExceptionTypeConsistencyDefinitionValidationArrayType(Class<?> actualType, Throwable cause)
- 
Method SummaryModifier and Type Method Description StringgetMessage()Due to bad class design in the JDK'sThrowable, this getter-named methods actually serves as the output string assembly method.
 For the actual message getter, seeBaseException.message()(which is a preferable name, anyway).
 For the actually executed logic, seeBaseException.assembleOutputString(), which is called by this method.Class<?>getType()Methods inherited from class one.microstream.exceptions.BaseExceptionassembleDetailString, assembleOutputString, messageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
- 
PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
- 
PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
- 
PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
- 
PersistenceExceptionTypeConsistencyDefinitionValidationArrayType
 
- 
- 
Method Details- 
getType
- 
getMessageDescription copied from class:BaseExceptionDue to bad class design in the JDK'sThrowable, this getter-named methods actually serves as the output string assembly method.
 For the actual message getter, seeBaseException.message()(which is a preferable name, anyway).
 For the actually executed logic, seeBaseException.assembleOutputString(), which is called by this method.- Overrides:
- getMessagein class- BaseException
- Returns:
- this exception type's generic output string plus an explicit message if present.
 
 
-