JavaTM 2 Platform
Standard Ed. 5.0

java.awt.print
Ŭ·¡½º PrinterIOException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.awt.print.PrinterException 
              »óÀ§¸¦ È®Àå java.awt.print.PrinterIOException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable

public class PrinterIOException
extends PrinterException

PrinterIOException Ŭ·¡½º´Â PrinterException ¼­ºê Ŭ·¡½º¿¡¼­ ÀμâÁß¿¡ ÇϵîÀÇ IO ¿¡·¯°¡ ¹ß»ýÇÑ °ÍÀ» ³ªÅ¸³»±â À§Çؼ­ »ç¿ëµË´Ï´Ù.

1.4 ¸±¸®½º¿¡¼­´Â ÀÌ ¿¹¿Ü´Â ¹ü¿ëÀûÀÎ ¿¹¿Ü üÀÎ µµ±¸¿¡ ÀûÇÕÇϵµ·Ï °³·®µÇ°í ÀÖ½À´Ï´Ù. ±¸Ãà½Ã¿¡ Á¦°øµÇ¾îgetIOException() ¸Þ¼­µå¸¦ °³ÀÔ½ÃÄÑ ¾×¼¼½º µÇ´Â ¡¸Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOException¡¹´Â ÇöÀç ¡¸cause¡¹¸Þ¼­µå·Î¼­ ¾Ë·ÁÁ® ÀÖ½À´Ï´Ù. ¶Ç, ÀÌ°ÍÀº Àü¼úÇÑ ¡¸Á¾·¡ÀÇ ¸Þ¼­µå¡¹¶ó°í¿Í °°ÀÌ Throwable.getCause() ¸Þ¼­µå¸¦ °³ÀÔ½ÃÄÑ ¾×¼¼½º ÇÒ ¼ö ÀÖ½À´Ï´Ù.

°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
PrinterIOException (IOException  exception)
          ÁöÁ¤µÈ IOException ij¸¯ÅÍ ¶óÀΠǥÇöÀ¸·Î »õ·Î¿î PrinterIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 Throwable getCause ()
          ÀÌ ¿¹¿ÜÀÇ cause ¸Þ¼­µå (Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOException)¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 IOException getIOException ()
          Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOExceptionÀ» ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

PrinterIOException

public PrinterIOException(IOException  exception)
ÁöÁ¤µÈ IOException ij¸¯ÅÍ ¶óÀΠǥÇöÀ¸·Î »õ·Î¿î PrinterIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
exception - ÁöÁ¤µÈ IOException
¸Þ¼­µåÀÇ »ó¼¼

getIOException

public IOException  getIOException()
Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOExceptionÀ» ¸®ÅÏÇÕ´Ï´Ù.

ÀÌ ¸Þ¼­µå´Â ¹ü¿ëÀûÀÎ ¿¹¿Ü üÀÎ ±â´É¿¡ ¼±ÇàÇÕ´Ï´Ù. ÀÌ Á¤º¸¸¦ ÃëµæÇϱâ À§Çؼ­ Throwable.getCause() ¸Þ¼­µå¸¦ »ç¿ëÇÏ´Â °ÍÀ» ÃßõÇÕ´Ï´Ù.

¹Ýȯ°ª:
Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOException
°ü·Ã Ç׸ñ:
IOException

getCause

public Throwable  getCause()
ÀÌ ¿¹¿ÜÀÇ cause ¸Þ¼­µå (Àμâ ÀÛ¾÷À» ÁߴܽÃÅ°´Â IOException)¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º Throwable ³»ÀÇ getCause
¹Ýȯ°ª:
ÀÌ ¿¹¿ÜÀÇ ¿øÀÎ
µµÀÔµÈ ¹öÀü :
1.4

JavaTM 2 Platform
Standard Ed. 5.0

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