cgl.narada.wsinfra.exception
Class ParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycgl.narada.wsinfra.exception.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends Exception

The exception that is thrown when a there are problems related to parsing messages.

See Also:
Serialized Form

Constructor Summary
ParsingException(String reason)
           
ParsingException(String reason, String errorCode)
           
 
Method Summary
 String getStackTraceAsString()
          Gets the stack trace associated with the exception
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(String reason)

ParsingException

public ParsingException(String reason,
                        String errorCode)
Method Detail

toString

public String toString()

getStackTraceAsString

public String getStackTraceAsString()
Gets the stack trace associated with the exception