|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.jomc.modlet.ModelContextFactoryError
public class ModelContextFactoryError
Gets thrown whenever a ModelContextFactory
fails to operate.
ModelContextFactory
,
Serialized FormConstructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |