cgl.narada.wsinfra.exception
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cgl.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()
Overrides:
toString in class Throwable

getStackTraceAsString

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



For comments and suggestions please send e-mail to The NaradaBrokering Project