Class MalformedLinkException
Class MalformedLinkException
public class MalformedLinkException
extends LinkException
링크를 해석(resolve)하거나 구성(Construct)하는 동안 잘못된(말formed) 링크를 만났을 때 던져지는 예외예요. LinkException에 적용되는 동기화·직렬화 문제가 그대로 여기에도 적용돼요.
MalformedLinkException
public MalformedLinkException(String explanation)
설명(explanation)을 가진 MalformedLinkException의 새 인스턴스를 생성해요. 다른 모든 필드는 null로 초기화돼요.
- Parameters: explanation - 이 예외에 대한 추가 세부 정보를 담은, null일 수 있는 문자열
MalformedLinkException
public MalformedLinkException()
MalformedLinkException의 새 인스턴스를 생성해요. 모든 필드는 null로 초기화돼요.