Package | Description |
---|---|
com.asakusafw.runtime.io.text |
Extracting and generating formatted text files.
|
Modifier and Type | Method and Description |
---|---|
UnmappableOutput.ErrorCode |
UnmappableOutput.getErrorCode()
Returns the error code.
|
static UnmappableOutput.ErrorCode |
UnmappableOutput.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnmappableOutput.ErrorCode[] |
UnmappableOutput.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnmappableOutput(UnmappableOutput.ErrorCode errorCode,
int fieldIndex,
String sequence)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.