org.cumt.model
Class UnsupportedObjectTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cumt.model.UnsupportedObjectTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedObjectTypeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedObjectTypeException(java.lang.Class<? extends BaseModelNode> objectType)
           
 
Method Summary
 java.lang.Class<? extends BaseModelNode> getObjectType()
           
 
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

UnsupportedObjectTypeException

public UnsupportedObjectTypeException(java.lang.Class<? extends BaseModelNode> objectType)
Method Detail

getObjectType

public java.lang.Class<? extends BaseModelNode> getObjectType()


Copyright © 2006 null. All Rights Reserved.