|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.util.InvalidPropertiesFormatException
public class InvalidPropertiesFormatException
입력이 프로퍼티의 컬렉션용의 적절한 XML 문서 타입에 준거하고 있지 않는, 즉 Properties
의 스펙에 준거하고 있지 않기 위해(때문에), 조작을 완료할 수 없었던 경우에 throw 됩니다.
InvalidPropertiesFormatException 는, Exception 로부터 Serializable 인터페이스를 상속합니다만, Serializable 에는 대응하고 있습니다. NotSerializableException 를 throw 하도록(듯이), 적절한 직렬화 메소드가 구현되고 있습니다.
Properties
생성자 의 개요 | |
---|---|
InvalidPropertiesFormatException (String message)
지정된 상세 메세지로 InvalidPropertiesFormatException 를 생성합니다. |
|
InvalidPropertiesFormatException (Throwable cause)
지정된 원인을 사용해 InvalidPropertiesFormatException 를 생성합니다. |
메소드의 개요 |
---|
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public InvalidPropertiesFormatException(Throwable cause)
cause
- 원인 (나중에 Throwable.getCause()
메소드를 사용해 꺼낼 수 있도록(듯이) 보존된다)public InvalidPropertiesFormatException(String message)
message
- 상세 메세지 상세 메세지는,Throwable.getMessage()
메소드에 의해 나중에 취득할 수 있도록(듯이) 보존된다
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.