JavaTM 2 Platform
Standard Ed. 5.0

java.lang.annotation
Ŭ·¡½º AnnotationFormatError

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Error 
          »óÀ§¸¦ È®Àå java.lang.annotation.AnnotationFormatError
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable

public class AnnotationFormatError
extends Error

¾î³ëÅ×ÀÌ¼Ç Æļ­°¡ Ŭ·¡½º ÆÄÀϷκÎÅÍ ¾î³ëÅ×À̼ÇÀÇ µ¶Çظ¦ ½ÃµµÇØ, ¾î³ëÅ×À̼ÇÀÌ ºÎÁ¤À̶ó°í ÆÇ´ÜÇßÀ» °æ¿ì¿¡ ¿¹¿Ü¸¦ ¹ß»ý½Ãŵ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.5
°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
AnnotationFormatError (String  message)
          ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.
AnnotationFormatError (String  message, Throwable  cause)
          ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö ¹× ¿øÀÎÀ» »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.
AnnotationFormatError (Throwable  cause)
          (cause==null ? null : cause.toString()) ÁöÁ¤µÈ ¿øÀÎ ¹× »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù (º¸Åë, (cause==null ? null : cause.toString())¿¡´Â cause Ŭ·¡½º ¹× »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵȴÙ).
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º 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
 

»ý¼ºÀÚ »ó¼¼

AnnotationFormatError

public AnnotationFormatError(String  message)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - »ó¼¼ ¸Þ¼¼Áö

AnnotationFormatError

public AnnotationFormatError(String  message,
                             Throwable  cause)
ÁöÁ¤µÈ »ó¼¼ ¸Þ¼¼Áö ¹× ¿øÀÎÀ» »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù. cause¿Í °ü·ÃµÈ »ó¼¼ ¸Þ¼¼Áö°¡ ÀÌ ¿¡·¯ÀÇ »ó¼¼ ¸Þ¼¼Áö¿¡ ÀÚµ¿ÀûÀ¸·Î ÅëÇÕµÉ °ÍÀº ¾ø½À´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - »ó¼¼ ¸Þ¼¼Áö
cause - ¿øÀÎ (null °ªÀÌ Çã°¡µÇ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³½´Ù)

AnnotationFormatError

public AnnotationFormatError(Throwable  cause)
(cause==null ? null : cause.toString()) ÁöÁ¤µÈ ¿øÀÎ ¹× »ó¼¼ ¸Þ¼¼Áö¸¦ »ç¿ëÇØ AnnotationFormatError¸¦ »õ·Ó°Ô ±¸ÃàÇÕ´Ï´Ù (º¸Åë, (cause==null ? null : cause.toString())¿¡´Â cause Ŭ·¡½º ¹× »ó¼¼ ¸Þ¼¼Áö°¡ Æ÷ÇԵȴÙ).

ÆĶó¹ÌÅÍ:
cause - ¿øÀÎ (null °ªÀÌ Çã°¡µÇ¾î ¿øÀÎÀÌ Á¸ÀçÇÏÁö ¾Ê´Â°¡ ºÒ¸íÇÑ °ÍÀ» ³ªÅ¸³½´Ù)

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.