org.jdtaus.core.container
Class MissingModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.MissingModuleException
- All Implemented Interfaces:
- Serializable
public class MissingModuleException
- extends IllegalStateException
Gets thrown when module meta-data is missing.
- Version:
- $Id: MissingModuleException.java 8044 2009-07-02 01:29:05Z schulte2005 $
- Author:
- Christian Schulte
- See Also:
- Serialized Form
|
Constructor Summary |
MissingModuleException(String name)
Creates a new instance of MissingModuleException taking
the name of the missing module. |
|
Method Summary |
String |
getName()
Gets the name of the missing module. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingModuleException
public MissingModuleException(String name)
- Creates a new instance of
MissingModuleException taking
the name of the missing module.
- Parameters:
name - the name of the missing module.
getName
public String getName()
- Gets the name of the missing module.
- Returns:
- the name of the missing module or
null.
Copyright © 2005-2009 jDTAUS. All Rights Reserved.