kr.co.hit.live.resources
Class ResourcesKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by kr.co.hit.live.resources.ResourcesException
                  extended by kr.co.hit.live.resources.ResourcesKeyException
All Implemented Interfaces:
Serializable

public class ResourcesKeyException
extends ResourcesException

ResourcesException의 특화된 서브클래스로써 잘못된 키 값이 주어지고 returnNull 속성이 false인 경우 Resources 인스턴스의 리소스 getter 메소드에 의해 throw된다.

Since:
3.0
Version:
$Revision: 1.1 $ $Date: 2006/09/26 08:20:20 $
Author:
김광영
See Also:
Serialized Form

Field Summary
 
Fields inherited from class kr.co.hit.live.resources.ResourcesException
message, rootCause
 
Constructor Summary
ResourcesKeyException(String key)
           명시된 키 값이 부적절하다는 것을 나타내는 Exception 인스턴스를 생성한다.
 
Method Summary
 
Methods inherited from class kr.co.hit.live.resources.ResourcesException
getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ResourcesKeyException

public ResourcesKeyException(String key)

명시된 키 값이 부적절하다는 것을 나타내는 Exception 인스턴스를 생성한다.

Parameters:
key - 잘못된 키 값


Copyright © 2014. All Rights Reserved.