|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
public class ExecutionException
¿¹¿ÜÀÇ Throw¿¡ ÀÇÇØ Áß´ÜµÈ Å½ºÅ©ÀÇ °á°ú¸¦ ÃëµæÇÏ·Á°í ÇßÀ» ¶§¿¡
¹ß»ýµÇ´Â ¿¹¿Ü. ÀÌ ¿¹¿Ü´Â Throwable.getCause()
¸Þ¼µå¸¦ »ç¿ëÇØ Á¶»çÇÒ ¼ö ÀÖ½À´Ï´Ù
.
Future
,
Á÷·ÄÈ µÈ Çü½Ä »ý¼ºÀÚ °³¿ä | |
---|---|
protected |
ExecutionException ()
»ó¼¼ ¸Þ¼¼Áö¸¦ °¡ÁöÁö ¾Ê´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
protected |
ExecutionException (String message)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
|
ExecutionException (String message,
Throwable cause)
ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö¿Í ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
|
ExecutionException (Throwable cause)
ÁöÁ¤ÇÑ ¿øÀÎÀ» °¡Áö´Â ExecutionExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä |
---|
Ŭ·¡½º 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 |
»ý¼ºÀÚ »ó¼¼ |
---|
protected ExecutionException()
initCause
¸¦
È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈÇÒ ¼ö ÀÖ½À´Ï´Ù.
protected ExecutionException(String message)
initCause
¸¦
È£ÃâÇÏ´Â °ÍÀ¸·Î ÃʱâÈÇÒ ¼ö ÀÖ½À´Ï´Ù.
message
- »ó¼¼ ¸Þ¼¼Áöpublic ExecutionException(String message, Throwable cause)
message
- »ó¼¼ ¸Þ¼¼Áöcause
- ¿øÀÎ (³ªÁß¿¡ Throwable.getCause()
¸Þ¼µå¸¦ »ç¿ëÇØ ²¨³¾ ¼ö ÀÖµµ·Ï º¸Á¸µÈ´Ù)public ExecutionException(Throwable cause)
º¸Åë, cause Ŭ·¡½º¿Í »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵ˴ϴÙ.(cause == null ? null : cause.toString())
cause
- ¿øÀÎ (³ªÁß¿¡ Throwable.getCause()
¸Þ¼µå¸¦ »ç¿ëÇØ ²¨³¾ ¼ö ÀÖµµ·Ï º¸Á¸µÈ´Ù)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.