public ClassMetaDataValidationRuntimeException()(Code)
Constructs a new exception.
ClassMetaDataValidationRuntimeException
public ClassMetaDataValidationRuntimeException(String msg)(Code)
Constructs a new exception specifying an error message.
Parameters: msg - This message is for internal diagnostics.
ClassMetaDataValidationRuntimeException
public ClassMetaDataValidationRuntimeException(String msg, Throwable sourceException)(Code)
Constructs a new exception specifying an error message and a source exception.
Parameters: msg - This message is for internal diagnostics. Parameters: sourceException - The source exception being wrapped.