it.imolinfo.jbi4cics.exception
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.imolinfo.jbi4cics.exception.Jbi4cicsException
it.imolinfo.jbi4cics.exception.FormatException
- All Implemented Interfaces:
- java.io.Serializable
public class FormatException
- extends Jbi4cicsException
- Author:
- Raffaele Spazzoli, Amedeo Cannone
- See Also:
- Serialized Form
Constructor Summary |
FormatException(java.lang.String message)
|
FormatException(java.lang.String message,
java.lang.Object[] args)
A constructor with i18n support. |
FormatException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable cause)
A constructor with i18n support. |
FormatException(java.lang.String message,
java.lang.Throwable cause)
|
FormatException(java.lang.Throwable cause)
|
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 |
FormatException
public FormatException(java.lang.String message)
- Parameters:
message
- The message
FormatException
public FormatException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The messagecause
- The case
FormatException
public FormatException(java.lang.Throwable cause)
- Parameters:
cause
- The case
FormatException
public FormatException(java.lang.String message,
java.lang.Object[] args)
- A constructor with i18n support.
- Parameters:
message
- The message of the exception.args
- The MessageFormat
arguments.
FormatException
public FormatException(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.