com.sodius.mdw.core.model
Class NoSuchTypeException

java.lang.Object
  extended by FilteredRuntimeException
      extended by 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)

Constructor Summary
NoSuchTypeException(String message)
          Constructs a NoSuchTypeException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSuchTypeException

public NoSuchTypeException(String message)
Constructs a NoSuchTypeException with the specified message.

Parameters:
message - the detail message.