com.uwyn.drone.core.exceptions
Class InvalidModuleNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.core.exceptions.CoreException
              extended bycom.uwyn.drone.core.exceptions.InvalidModuleNameException
All Implemented Interfaces:
Serializable

public class InvalidModuleNameException
extends CoreException

See Also:
Serialized Form

Constructor Summary
InvalidModuleNameException(Module module)
           
 
Method Summary
 Module getModule()
           
 
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

InvalidModuleNameException

public InvalidModuleNameException(Module module)
Method Detail

getModule

public Module getModule()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.