Serialized Form
-
Package fr.marcwrobel.jbanking.bic
-
Class fr.marcwrobel.jbanking.bic.Bic
class Bic extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
The normalized form of this BIC.
-
-
Exception fr.marcwrobel.jbanking.bic.BicFormatException
class BicFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
inputString
String inputString
The string that caused the error.
-
-
-
Package fr.marcwrobel.jbanking.calendar
-
Exception fr.marcwrobel.jbanking.calendar.DateCalculationException
class DateCalculationException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
-
Package fr.marcwrobel.jbanking.creditor
-
Class fr.marcwrobel.jbanking.creditor.CreditorIdentifier
class CreditorIdentifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
The normalized form of this Creditor Identifier.
-
-
Exception fr.marcwrobel.jbanking.creditor.CreditorIdentifierFormatException
class CreditorIdentifierFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
inputString
String inputString
The string that caused the error.
-
-
-
Package fr.marcwrobel.jbanking.iban
-
Class fr.marcwrobel.jbanking.iban.Iban
class Iban extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
structure
BbanStructure structure
This IBAN BBAN structure. -
value
String value
The normalized form of this IBAN.
-
-
Exception fr.marcwrobel.jbanking.iban.IbanFormatException
class IbanFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
inputString
String inputString
The string that caused the error.
-
-
-
Package fr.marcwrobel.jbanking.swift
-
Class fr.marcwrobel.jbanking.swift.SwiftPattern
class SwiftPattern extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
equivalentJavaPattern
Pattern equivalentJavaPattern
The equivalentJava patternconstructed from the SWIFT pattern. -
expression
String expression
The SWIFT pattern.
-
-
Exception fr.marcwrobel.jbanking.swift.SwiftPatternSyntaxException
class SwiftPatternSyntaxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expression
String expression
The string that caused the error.
-
-