edu.iu.iv.core
Class UnsupportedModelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.iu.iv.core.UnsupportedModelException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedModelException
extends java.lang.Exception

An exception thrown when an unsupported model is given to the IVC system.

Author:
Team IVC
See Also:
Serialized Form

Constructor Summary
UnsupportedModelException()
           
UnsupportedModelException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedModelException

public UnsupportedModelException()

UnsupportedModelException

public UnsupportedModelException(java.lang.String message)
Parameters:
message - a string giving more details about the cause of the exception