org.jdtaus.core.container
Class MissingPropertyException

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

public class MissingPropertyException
extends IllegalStateException

Gets thrown when property meta-data is missing.

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

Constructor Summary
MissingPropertyException(String name)
          Creates a new instance of taking the name of the missing property.
 
Method Summary
 String getName()
          Gets the name of the missing property.
 
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

MissingPropertyException

public MissingPropertyException(String name)
Creates a new instance of taking the name of the missing property.

Parameters:
name - the name of the missing property.
Method Detail

getName

public String getName()
Gets the name of the missing property.

Returns:
the name of the missing property or .


Copyright © 2005-2007 jDTAUS. All Rights Reserved.