|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.UnmarshalException
public class UnmarshalException
이 예외는, 비정렬화 조작의 실행중에 에러가 발생해, JAXB 프로바이더가 조작을 완료할 수 없었던 것을 나타냅니다.
ValidationEventHandler 는, 비정렬화 조작중에 이 예외를 throw 할 가능성이 있습니다. ValidationEventHandler.handleEvent(ValidationEvent)
를 참조해 주세요.
JAXBException
,
Unmarshaller
,
ValidationEventHandler
,
직렬화 된 형식 생성자 의 개요 | |
---|---|
UnmarshalException (String message)
지정된 상세 메세지를 가지는 UnmarshalException 를 구축합니다. |
|
UnmarshalException (String message,
String errorCode)
지정된 상세 메세지와 벤더 고유의 errorCode 를 가지는 UnmarshalException 를 구축합니다. |
|
UnmarshalException (String message,
String errorCode,
Throwable exception)
지정된 상세 메세지, 벤더 고유의 errorCode, linkedException 를 가지는 UnmarshalException 를 구축합니다. |
|
UnmarshalException (String message,
Throwable exception)
지정된 상세 메세지와 linkedException 를 가지는 UnmarshalException 를 구축합니다. |
|
UnmarshalException (Throwable exception)
linkedException 를 가지는 UnmarshalException 를 구축합니다. |
메소드의 개요 |
---|
클래스 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 UnmarshalException(String message)
message
- 예외의 설명public UnmarshalException(String message, String errorCode)
message
- 예외의 설명errorCode
- 벤더 고유의 에러 코드를 지정하는 캐릭터 라인public UnmarshalException(Throwable exception)
exception
- 링크된 예외public UnmarshalException(String message, Throwable exception)
message
- 예외의 설명exception
- 링크된 예외public UnmarshalException(String message, String errorCode, Throwable exception)
message
- 예외의 설명errorCode
- 벤더 고유의 에러 코드를 지정하는 캐릭터 라인exception
- 링크된 예외
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.