Class GlueMessageDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.message.layout.GlueMessageDefinitionException
- All Implemented Interfaces:
 Serializable
Message Layout Loading시 발생되는 Exception을 처리하는 Class
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescription생성자(constructor).GlueMessageDefinitionException(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
- 
GlueMessageDefinitionException
생성자(constructor). Message Layout관련 Exception- Parameters:
 msg- String
 - 
GlueMessageDefinitionException
생성자(constructor). Message Layout관련 Exception- Parameters:
 msg- Stringcause- Throwable
 
 -