|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.crypto.dsig.TransformException
public class TransformException
변환 알고리즘의 실행중에 예외 조건이 발생한 것을 나타냅니다.
TransformException
는 「원인」 (이 TransformException
의 throw를 일으킨 다른 throw 가능 객체)을 포함할 수가 있습니다.
Transform.transform(javax.xml.crypto.Data, javax.xml.crypto.XMLCryptoContext)
,
직렬화 된 형식 생성자 의 개요 | |
---|---|
TransformException ()
상세 메세지로서 새로운 null 를 지정해 CertStoreException 를 구축합니다. |
|
TransformException (String message)
지정된 상세 메세지를 가지는 TransformException 를 새롭게 구축합니다. |
|
TransformException (String message,
Throwable cause)
지정된 상세 메세지 및 원인을 사용해 TransformException 를 새롭게 구축합니다. |
|
TransformException (Throwable cause)
(cause==null ? null :cause.toString()) 의 상세 메세지를 사용해 TransformException 를 작성합니다 (일반적으로의 경우,cause 의 클래스와 상세 메세지가 포함된다). |
메소드의 개요 | |
---|---|
Throwable |
getCause ()
이 TransformException 의 원인을 돌려줍니다. |
void |
printStackTrace ()
TransformException , 그 백 트레이스 및 원인의 가방과 레이스를 표준 에러 스트림에 출력합니다. |
void |
printStackTrace (PrintStream s)
TransformException , 그 백 트레이스 및 원인의 가방과 레이스를 지정한 출력 스트림에 출력합니다. |
void |
printStackTrace (PrintWriter s)
TransformException , 그 백 트레이스 및 원인의 가방과 레이스를 지정한 프린트 라이터에 출력합니다. |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getLocalizedMessage , getMessage , getStackTrace , initCause , setStackTrace , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public TransformException()
null
를 지정해 CertStoreException
를 구축합니다.
public TransformException(String message)
TransformException
를 새롭게 구축합니다.
message
- 상세 메세지public TransformException(String message, Throwable cause)
TransformException
를 새롭게 구축합니다.
cause
와 관련지을 수 있었던 상세 메세지가, 이 예외의 상세 메세지에 자동적으로 통합될 것은 없습니다.
message
- 상세 메세지cause
- 원인 (null 치는 허가되고 있어 원인이
존재하지 않는, 또는 불명한 일을 나타낸다. )public TransformException(Throwable cause)
(cause==null ? null :cause.toString())
의 상세 메세지를 사용해 TransformException
를 작성합니다 (일반적으로의 경우,cause
의 클래스와 상세 메세지가 포함된다).
cause
- 원인 (null 치는 허가되고 있어 원인이
존재하지 않는, 또는 불명한 일을 나타낸다. )메소드의 상세 |
---|
public Throwable getCause()
TransformException
의 원인을 돌려줍니다. 원인이 존재하지 않는가 불명의 경우는 null
를 돌려줍니다. 원인은 이 TransformException
를 throw 시킨 Throwable 입니다.
Throwable
내의 getCause
TransformException
의 원인 또는
원인이 존재하지 않는 경우나 불명한 경우는,null
. public void printStackTrace()
TransformException
, 그 백 트레이스 및 원인의 가방과 레이스를 표준 에러 스트림에 출력합니다.
Throwable
내의 printStackTrace
public void printStackTrace(PrintStream s)
TransformException
, 그 백 트레이스 및 원인의 가방과 레이스를 지정한 출력 스트림에 출력합니다.
Throwable
내의 printStackTrace
s
- 출력에 사용하는 PrintStream
public void printStackTrace(PrintWriter s)
TransformException
, 그 백 트레이스 및 원인의 가방과 레이스를 지정한 프린트 라이터에 출력합니다.
Throwable
내의 printStackTrace
s
- 출력에 사용하는 PrintWriter
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.