com.sodius.mdw.core.model
Class NoSuchTypeException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.model.NoSuchTypeException
public class NoSuchTypeException
- extends FilteredRuntimeException
Thrown when a type name does not resolve to a known metamodel meta-type.
- See Also:
MDWObject.eIsInstanceOf(String),
Model.create(String)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoSuchTypeException
public NoSuchTypeException(String message)
- Constructs a
NoSuchTypeException with the specified message.
- Parameters:
message - the detail message.