public class GlueException extends RuntimeException
GlueException
class is the superclass of all errors and exceptions in the Glue
Framework). java.lang.RuntimeException
À» È®ÀåÇÏ¿´±â ¶§¹®¿¡ Unchecked ExceptionÀ¸·Î ºÐ·ùµÈ´Ù. µû¶ó¼ Exception 󸮰¡ ²À ÇÊ¿äÇÑ °æ¿ì¸¦ Á¦¿ÜÇÏ°í´Â °³¹ßÀÚ°¡ ÁÖÀǸ¦
±â¿ïÀÌÁö ¾Ê¾Æµµ »ó°ü¾ø´Ù. Áï, throws GlueException À» ÇÏÁö ¾Ê¾Æµµ µÈ´Ù.Constructor and Description |
---|
GlueException(String msg)
»ý¼ºÀÚ(constructor).
|
GlueException(String msg,
Throwable ex)
»ý¼ºÀÚ(constructor).
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
¿øÀÎ Exception ȹµæ
|
void |
printStackTrace()
Exception Stack Trace¸¦ Ãâ·Â
|
void |
printStackTrace(PrintStream ps)
Exception Stack Trace¸¦ Ãâ·Â
|
void |
printStackTrace(PrintWriter pw)
Exception Stack Trace¸¦ Ãâ·Â
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public GlueException(String msg)
msg
- ¿¡·¯ ¸Þ½ÃÁöpublic Throwable getRootCause()
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
ps
- PrintStream to use for outputpublic void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
pw
- PrintWriter to use for outputpublic void printStackTrace()
printStackTrace
in class Throwable
Copyright © 2013–2019 POSCO ICT. All rights reserved.