
public class ModelContextFactoryError extends Error
ModelContextFactory fails to operate.ModelContextFactory, 
Serialized Form| Constructor and Description | 
|---|
| ModelContextFactoryError()Creates a new  ModelContextFactoryErrorinstance. | 
| ModelContextFactoryError(String message)Creates a new  ModelContextFactoryErrorinstance taking a message. | 
| ModelContextFactoryError(String message,
                                                Throwable cause)Creates a new  ModelContextFactoryErrorinstance taking a message and a cause. | 
| ModelContextFactoryError(Throwable cause)Creates a new  ModelContextFactoryErrorinstance taking a cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelContextFactoryError()
ModelContextFactoryError instance.public ModelContextFactoryError(String message)
ModelContextFactoryError instance taking a message.message - The message of the error.public ModelContextFactoryError(Throwable cause)
ModelContextFactoryError instance taking a cause.cause - The cause of the error.public ModelContextFactoryError(String message, Throwable cause)
ModelContextFactoryError instance taking a message and a cause.message - The message of the error.cause - The cause of the error.Copyright © 2005–2016 The JOMC Project. All rights reserved.