|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
public abstract class SystemException
¸ðµç CORBA Ç¥ÁØ ¿¹¿ÜÀÇ ·çÆ® Ŭ·¡½ºÀÔ´Ï´Ù. ÀÌ·¯ÇÑ ¿¹¿Ü´Â CORBA Á¶ÀÛÀÇ È£ÃâÀÇ °á°ú·Î¼ ¹ß»ýµÇ´Â ÀÏÀÌ ÀÖ¾î, ´Ù¼öÀÇ Ç¥ÁØ CORBA API ¸Þ¼µå¿¡ ÀÇÇØ ¸®ÅϵÈ
Àϵµ ÀÖ½À´Ï´Ù. ÀÌ Ç¥ÁØ ¿¹¿Ü´Â »ó¼¼ÇÑ ÁöÁ¤À» °¡´ÉÇÏ°Ô ÇÏ´Â ¸¶ÀÌ³Ê ÄÚµå¿Í ¿Ï·á »óŸ¦ Æ÷ÇÔÇÕ´Ï´Ù. ÀÌ Å¬·¡½º´Â Ç¥ÁØ ORB ¿¹¿ÜÀÇ °¢ ¼¼Æ®¸¦ »ý¼ºÇϱâ À§Çؼ »ó¼Ó µË´Ï´Ù. SystemException
´Â java.lang.RuntimeException
À»
È®ÀåÇÕ´Ï´Ù. ÀÌ ¶§¹®¿¡
SystemException
¿¹¿ÜÀÇ 1°³¸¦, IDL ÀÎÅÍÆäÀ̽ºÀÇ Á¶ÀÛÀ¸·ÎºÎÅÍ ¸Ê µÈ Java ¸Þ¼µåÀÇ ½Ã±×³×ÃÄ¿¡ ¼±¾ðÇÒ ÇÊ¿ä´Â ¾ø½À´Ï´Ù.
ÇÊµå °³¿ä | |
---|---|
CompletionStatus |
completed
ÀÌ ¿¹¿Ü¸¦ Throw ÇÏ´Â Á¶ÀÛ »óÅ |
int |
minor
CORBA ¿¹¿ÜÀÇ ¸¶ÀÌ³Ê ÄÚµå |
»ý¼ºÀÚ °³¿ä | |
---|---|
protected |
SystemException (String reason,
int minor,
CompletionStatus completed)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö, ¸¶ÀÌ³Ê ÄÚµå ¹× ¿Ï·á »óÅ¿¡ ÀÇÇØ SystemException ¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
String |
toString ()
ÀÌ ¿¹¿Ü¸¦ Ç¥½Ã ij¸¯ÅÍ ¶óÀÎÀ¸·Î º¯È¯ÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ÇʵåÀÇ »ó¼¼ |
---|
public int minor
public CompletionStatus completed
»ý¼ºÀÚ »ó¼¼ |
---|
protected SystemException(String reason, int minor, CompletionStatus completed)
SystemException
¿¹¿Ü¸¦ ±¸ÃàÇÕ´Ï´Ù. »ó¼¼ ¸Þ¼¼Áö´Â ÀÌ Æ¯Á¤ÀÇ ¿¹¿Ü¸¦ ¼³¸íÇÏ´Â String ÀÔ´Ï´Ù.
reason
- »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵǰí ÀÖ´Â Stringminor
- ¸¶ÀÌ³Ê ÄÚµåcompleted
- ¿Ï·á »óŸ޼µåÀÇ »ó¼¼ |
---|
public String toString()
Throwable
³»ÀÇ toString
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.