public class ModelContextFactoryError extends Error
ModelContextFactory
fails to operate.ModelContextFactory
,
Serialized FormConstructor and Description |
---|
ModelContextFactoryError()
Creates a new
ModelContextFactoryError instance. |
ModelContextFactoryError(String message)
Creates a new
ModelContextFactoryError instance taking a message. |
ModelContextFactoryError(String message,
Throwable cause)
Creates a new
ModelContextFactoryError instance taking a message and a cause. |
ModelContextFactoryError(Throwable cause)
Creates a new
ModelContextFactoryError instance taking a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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-2013 The JOMC Project. All Rights Reserved.