|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
public class GlueException

Glue Framework¿¡¼ »ç¿ëÇÏ´Â ÃÖ»óÀ§ Exception Ŭ·¡½º(The GlueException class is the superclass of all errors and exceptions in the Glue
Framework). java.lang.RuntimeExceptionÀ» È®ÀåÇÏ¿´±â ¶§¹®¿¡ Unchecked ExceptionÀ¸·Î ºÐ·ùµÈ´Ù. µû¶ó¼ Exception 󸮰¡ ²À ÇÊ¿äÇÑ °æ¿ì¸¦ Á¦¿ÜÇϰí´Â °³¹ßÀÚ°¡ ÁÖÀǸ¦
±â¿ïÀÌÁö ¾Ê¾Æµµ »ó°ü¾ø´Ù. Áï, throws GlueException À» ÇÏÁö ¾Ê¾Æµµ µÈ´Ù.
| Constructor Summary | |
|---|---|
GlueException(String msg)
»ý¼ºÀÚ(constructor). |
|
GlueException(String msg,
Throwable ex)
»ý¼ºÀÚ(constructor). |
|
| Method Summary | |
|---|---|
Throwable |
getRootCause()
¿øÀÎ Exception ȹµæ |
void |
printStackTrace()
Exception Stack Trace¸¦ Ãâ·Â |
void |
printStackTrace(PrintStream ps)
Exception Stack Trace¸¦ Ãâ·Â |
void |
printStackTrace(PrintWriter pw)
Exception Stack Trace¸¦ Ãâ·Â |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GlueException(String msg)
msg - ¿¡·¯ ¸Þ½ÃÁö
public GlueException(String msg,
Throwable ex)
msg - ¿¡·¯ ¸Þ½ÃÁöex - ¿øÀÎ(Root, Cause) Exception| Method Detail |
|---|
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 Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||