org.objectweb.dolphin.resources.deploy.model
Class AbstractDeployable.UnknownModuleTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dolphin.resources.deploy.model.AbstractDeployable.UnknownModuleTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractDeployable

public static class AbstractDeployable.UnknownModuleTypeException
extends java.lang.Exception

Indicates that the ModuleType could not be guessed.

Author:
Markus Karg
See Also:
Serialized Form

Constructor Summary
AbstractDeployable.UnknownModuleTypeException()
           
 
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

AbstractDeployable.UnknownModuleTypeException

public AbstractDeployable.UnknownModuleTypeException()