Class InvalidMARCspecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- de.gwdg.metadataqa.marc.utils.marcspec.exception.InvalidMARCspecException
-
- All Implemented Interfaces:
Serializable
public class InvalidMARCspecException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InvalidMARCspecException(String message, String context)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
METHOD
public static final String METHOD
- See Also:
- Constant Field Values
-
ARGUMENT
public static final String ARGUMENT
- See Also:
- Constant Field Values
-
UNKNOWN
public static final String UNKNOWN
- See Also:
- Constant Field Values
-
MS
public static final String MS
- See Also:
- Constant Field Values
-
FS
public static final String FS
- See Also:
- Constant Field Values
-
SF
public static final String SF
- See Also:
- Constant Field Values
-
PR
public static final String PR
- See Also:
- Constant Field Values
-
CS
public static final String CS
- See Also:
- Constant Field Values
-
SS
public static final String SS
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
-
BRACKET
public static final String BRACKET
- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
MISSINGFIELD
public static final String MISSINGFIELD
- See Also:
- Constant Field Values
-
MISSINGRIGHT
public static final String MISSINGRIGHT
- See Also:
- Constant Field Values
-
MINIMUM2
public static final String MINIMUM2
- See Also:
- Constant Field Values
-
MINIMUM3
public static final String MINIMUM3
- See Also:
- Constant Field Values
-
MINIMUM4
public static final String MINIMUM4
- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
- See Also:
- Constant Field Values
-
LENGTH3
public static final String LENGTH3
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
ESCAPE
public static final String ESCAPE
- See Also:
- Constant Field Values
-
DETECTEDSF
public static final String DETECTEDSF
- See Also:
- Constant Field Values
-
DETECTEDSS
public static final String DETECTEDSS
- See Also:
- Constant Field Values
-
MULTISF
public static final String MULTISF
- See Also:
- Constant Field Values
-
INDEX
public static final String INDEX
- See Also:
- Constant Field Values
-
PRCHAR
public static final String PRCHAR
- See Also:
- Constant Field Values
-
USELESS
public static final String USELESS
- See Also:
- Constant Field Values
-
FTAG
public static final String FTAG
- See Also:
- Constant Field Values
-
LENGTHIND
public static final String LENGTHIND
- See Also:
- Constant Field Values
-
INDCHAR1
public static final String INDCHAR1
- See Also:
- Constant Field Values
-
INDCHAR2
public static final String INDCHAR2
- See Also:
- Constant Field Values
-
NEGATIVE
public static final String NEGATIVE
- See Also:
- Constant Field Values
-
PR1
public static final String PR1
- See Also:
- Constant Field Values
-
PR2
public static final String PR2
- See Also:
- Constant Field Values
-
PR3
public static final String PR3
- See Also:
- Constant Field Values
-
PR4
public static final String PR4
- See Also:
- Constant Field Values
-
PR5
public static final String PR5
- See Also:
- Constant Field Values
-
PR6
public static final String PR6
- See Also:
- Constant Field Values
-
PR7
public static final String PR7
- See Also:
- Constant Field Values
-
PR8
public static final String PR8
- See Also:
- Constant Field Values
-
MISSINGTAG
public static final String MISSINGTAG
- See Also:
- Constant Field Values
-
SFCHAR
public static final String SFCHAR
- See Also:
- Constant Field Values
-
SFRANGE
public static final String SFRANGE
- See Also:
- Constant Field Values
-
MISSINGSLASH
public static final String MISSINGSLASH
- See Also:
- Constant Field Values
-
OPERATOR
public static final String OPERATOR
- See Also:
- Constant Field Values
-
HINTESCAPED
public static final String HINTESCAPED
- See Also:
- Constant Field Values
-
CHARORIND
public static final String CHARORIND
- See Also:
- Constant Field Values
-
CHARANDSF
public static final String CHARANDSF
- See Also:
- Constant Field Values
-
-