Serialized Form
-
Package fr.marcwrobel.jbanking.bic
-
Class fr.marcwrobel.jbanking.bic.Bic
class Bic extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
normalizedBic
String normalizedBic
The normalized form of this BIC.
-
-
Exception fr.marcwrobel.jbanking.bic.BicFormatException
class BicFormatException extends RuntimeException 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:
- 0L
-
Serialized Fields
-
creditorId
String creditorId
The normalized form of this Creditor Identifier.
-
-
Exception fr.marcwrobel.jbanking.creditor.CreditorIdentifierFormatException
class CreditorIdentifierFormatException extends RuntimeException 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:
- 0L
-
Serialized Fields
-
normalizedIban
String normalizedIban
The normalized form of this IBAN.
-
-
Exception fr.marcwrobel.jbanking.iban.IbanFormatException
class IbanFormatException extends RuntimeException 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
-
Exception fr.marcwrobel.jbanking.swift.SwiftPatternSyntaxException
class SwiftPatternSyntaxException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expression
String expression
The string that caused the error.
-
-