it.imolinfo.jbi4cics.exception
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4cics.exception.Jbi4cicsException
              extended by it.imolinfo.jbi4cics.exception.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends Jbi4cicsException

Author:
Raffaele Spazzoli, Amedeo Cannone
See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String message)
           
ParseException(java.lang.String message, java.lang.Object[] args)
          A constructor with i18n support.
ParseException(java.lang.String message, java.lang.Object[] args, java.lang.Throwable cause)
          A constructor with i18n support.
ParseException(java.lang.String message, java.lang.Throwable cause)
           
ParseException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class it.imolinfo.jbi4cics.exception.Jbi4cicsException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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(java.lang.String message)
Parameters:
message - The message

ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message - The message
cause - The case

ParseException

public ParseException(java.lang.Throwable cause)
Parameters:
cause - The case

ParseException

public ParseException(java.lang.String message,
                      java.lang.Object[] args)
A constructor with i18n support.

Parameters:
message - The message of the exception.
args - The MessageFormat arguments.

ParseException

public ParseException(java.lang.String message,
                      java.lang.Object[] args,
                      java.lang.Throwable cause)
A constructor with i18n support.

Parameters:
message - The message of the exception.
args - The MessageFormat arguments.
cause - The cause of the exception.


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.