org.jdiameter.client.api.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.client.api.parser.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

Signals that an parser exception has occurred in a during decoding message

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Constructor Summary
ParseException()
          Create instance of class
ParseException(java.lang.String message)
          Create instance of class with predefined parameters
ParseException(java.lang.String message, java.lang.Throwable cause)
          Create instance of class with predefined parameters
ParseException(java.lang.Throwable cause)
          Create instance of class with predefined parameters
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Create instance of class


ParseException

public ParseException(java.lang.String message)
Create instance of class with predefined parameters

Parameters:
message - error message

ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
message - error message
cause - error cause

ParseException

public ParseException(java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
cause - error cause


Copyright © 2014. All Rights Reserved.