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

ÁÖ¼® ÆÄ¼­°¡ Ŭ·¡½º ÆÄÀϷκÎÅÍ ÁÖ¼®ÀÇ µ¶Çظ¦ ½ÃµµÇØ, ÁÖ¼®ÀÌ ºÎÁ¤À̶ó°í ÆÇ´ÜÇßÀ» °æ¿ì¿¡ Throw µË´Ï´Ù.

µµÀÔµÈ ¹öÁ¯:
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 µµ ÂüÁ¶ÇϽʽÿÀ.