com.poscoict.glueframework.message.layout
Class GlueMessageParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.poscoict.glueframework.GlueException
                  extended by com.poscoict.glueframework.message.layout.GlueMessageParserException
All Implemented Interfaces:
Serializable

public class GlueMessageParserException
extends GlueException

Message 파싱시 발생되는 Exception을 처리하는 Class

See Also:
Serialized Form

Constructor Summary
GlueMessageParserException(String msg)
          생성자(constructor).
GlueMessageParserException(String msg, Throwable cause)
          생성자(constructor).
 
Method Summary
 
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
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

GlueMessageParserException

public GlueMessageParserException(String msg)
생성자(constructor). Message 파싱 Exception

Parameters:
msg - String

GlueMessageParserException

public GlueMessageParserException(String msg,
                                  Throwable cause)
생성자(constructor). Message 파싱 Exception

Parameters:
msg - String
cause - Throwable


Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.