Class GlueMessageParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.message.layout.GlueMessageParserException
- All Implemented Interfaces:
 Serializable
Message 파싱시 발생되는 Exception을 처리하는 Class
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescription생성자(constructor).GlueMessageParserException(String msg, Throwable cause) 생성자(constructor). - 
Method Summary
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString 
- 
Constructor Details
- 
GlueMessageParserException
생성자(constructor). Message 파싱 Exception- Parameters:
 msg- String
 - 
GlueMessageParserException
생성자(constructor). Message 파싱 Exception- Parameters:
 msg- Stringcause- Throwable
 
 -