org.jdtaus.core.container
Class MissingSpecificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.jdtaus.core.container.MissingSpecificationException
All Implemented Interfaces:
Serializable

public class MissingSpecificationException
extends IllegalStateException

Gets thrown when specification meta-data is missing.

Version:
$Id: MissingSpecificationException.java 1914 2007-03-01 02:20:44Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
MissingSpecificationException(String identifier)
          Creates a new instance of taking the identifier of the missing specification.
 
Method Summary
 String getIdentifier()
          Gets the identifier of the missing specification.
 
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

MissingSpecificationException

public MissingSpecificationException(String identifier)
Creates a new instance of taking the identifier of the missing specification.

Parameters:
identifier - the identifier of the missing specification.
Method Detail

getIdentifier

public String getIdentifier()
Gets the identifier of the missing specification.

Returns:
the identifier of the missing specification or .


Copyright © 2005-2007 jDTAUS. All Rights Reserved.