net.webapp2.util.test
Class PropertyDefinitionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.webapp2.util.test.PropertyDefinitionNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyDefinitionNotFoundException
extends Exception

프로퍼티 설정 파일에 약속된 프로퍼티 항목이 없거나 값이 비어 있는 경우

Author:
younghoe
See Also:
Serialized Form

Constructor Summary
PropertyDefinitionNotFoundException(String msg)
           
 
Method Summary
 
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

PropertyDefinitionNotFoundException

public PropertyDefinitionNotFoundException(String msg)