|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.PropertyException
public class PropertyException
이 예외는, 프로퍼티의 취득 또는 설정중에 문제가 발생한 것을 나타냅니다.
JAXBContext
,
Validator
,
Unmarshaller
,
직렬화 된 형식 생성자 의 개요 | |
---|---|
PropertyException (String message)
지정된 상세 메세지를 가지는 PropertyException 를 구축합니다. |
|
PropertyException (String name,
Object value)
메세지 필드가 프로퍼티명으로 value.toString()에 근거해 설정된 PropertyException 를 구축합니다. |
|
PropertyException (String message,
String errorCode)
지정된 상세 메세지와 벤더 고유의 errorCode 를 가지는 PropertyException 를 작성합니다. |
|
PropertyException (String message,
String errorCode,
Throwable exception)
지정된 상세 메세지, 벤더 고유의 errorCode, linkedException 를 가지는 PropertyException 를 구축합니다. |
|
PropertyException (String message,
Throwable exception)
지정된 상세 메세지와 linkedException 를 가지는 PropertyException 를 구축합니다. |
|
PropertyException (Throwable exception)
linkedException 를 가지는 PropertyException 를 구축합니다. |
메소드의 개요 |
---|
클래스 javax.xml.bind. JAXBException 로부터 상속된 메소드 |
---|
getCause , getErrorCode , getLinkedException , printStackTrace , printStackTrace , printStackTrace , setLinkedException , toString |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getLocalizedMessage , getMessage , getStackTrace , initCause , setStackTrace |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public PropertyException(String message)
message
- 예외의 설명public PropertyException(String message, String errorCode)
message
- 예외의 설명errorCode
- 벤더 고유의 에러 코드를 지정하는 캐릭터 라인public PropertyException(Throwable exception)
exception
- 링크된 예외public PropertyException(String message, Throwable exception)
message
- 예외의 설명exception
- 링크된 예외public PropertyException(String message, String errorCode, Throwable exception)
message
- 예외의 설명errorCode
- 벤더 고유의 에러 코드를 지정하는 캐릭터 라인exception
- 링크된 예외public PropertyException(String name, Object value)
name
- 이 예외에 관계하는 프로퍼티의 이름value
- 이 예외에 관계하는 프로퍼티의 값
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.