
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, toStringpublic GlueException(String msg)
msg - ¿¡·¯ ¸Þ½ÃÁöpublic Throwable getRootCause()
public void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - PrintStream to use for outputpublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - PrintWriter to use for outputpublic void printStackTrace()
printStackTrace in class ThrowableCopyright © 2013–2016 POSCO ICT. All rights reserved.