Serialized Form
-
Package nablarch.common.dao
-
Class nablarch.common.dao.DeferredEntityList
- serialVersionUID:
- 1L
-
Class nablarch.common.dao.EntityList
- serialVersionUID:
- 1L
-
Serialized Fields
-
pagination
Pagination pagination
ページング情報
-
-
Exception nablarch.common.dao.IllegalEntityException
class IllegalEntityException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception nablarch.common.dao.NoDataException
class NoDataException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class nablarch.common.dao.Pagination
class Pagination extends ListSearchInfo implements Serializable- serialVersionUID:
- 1L
-
Class nablarch.common.dao.SqlWithParams
class SqlWithParams extends Object implements Serializable
-
-
Package nablarch.common.databind
-
Exception nablarch.common.databind.InvalidDataFormatException
class InvalidDataFormatException extends RuntimeException implements Serializable-
Serialized Fields
-
lineNumber
long lineNumber
エラー発生レコード番号
-
-
-
-
Package nablarch.common.encryption
-
Class nablarch.common.encryption.AesEncryptor.AesContext
class AesContext extends Object implements Serializable-
Serialized Fields
-
iv
byte[] iv
IV(イニシャルバリュー) -
key
Key key
共通鍵
-
-
-
-
Package nablarch.common.exclusivecontrol
-
Exception nablarch.common.exclusivecontrol.OptimisticLockException
class OptimisticLockException extends ApplicationException implements Serializable
-
-
Package nablarch.common.idgenerator
-
Exception nablarch.common.idgenerator.SequenceIdGenerator.SequenceGeneratorFailedException
class SequenceGeneratorFailedException extends RuntimeException implements Serializable
-
-
Package nablarch.common.mail
-
Exception nablarch.common.mail.AttachedFileSizeOverException
class AttachedFileSizeOverException extends RuntimeException implements Serializable-
Serialized Fields
-
actualFileSize
long actualFileSize
実際のファイルサイズ -
maxFileSize
long maxFileSize
ファイルサイズ上限値
-
-
-
Exception nablarch.common.mail.CreateMailFailedException
class CreateMailFailedException extends jakarta.mail.MessagingException implements Serializable -
Exception nablarch.common.mail.InvalidCharacterException
class InvalidCharacterException extends CreateMailFailedException implements Serializable -
Exception nablarch.common.mail.RecipientCountException
class RecipientCountException extends RuntimeException implements Serializable-
Serialized Fields
-
actualRecipientCount
int actualRecipientCount
実際の宛先数 -
maxRecipientCount
int maxRecipientCount
宛先数上限値
-
-
-
Exception nablarch.common.mail.SendMailRetryableException
class SendMailRetryableException extends RetryableException implements Serializable -
Exception nablarch.common.mail.SendStatusUpdateFailureException
class SendStatusUpdateFailureException extends RuntimeException implements Serializable -
Exception nablarch.common.mail.TemplateEngineProcessingException
class TemplateEngineProcessingException extends RuntimeException implements Serializable
-
-
Package nablarch.common.web.compositekey
-
Class nablarch.common.web.compositekey.CompositeKey
class CompositeKey extends Object implements Serializable- serialVersionUID:
- 4242392928992097582L
-
Serialized Fields
-
keys
String[] keys
キー
-
-
-
Package nablarch.common.web.hiddenencryption
-
Package nablarch.common.web.session
-
Exception nablarch.common.web.session.EncodeException
class EncodeException extends RuntimeException implements Serializable -
Class nablarch.common.web.session.Session
class Session extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sessionId
String sessionId
セッションID
-
-
Exception nablarch.common.web.session.SessionKeyNotFoundException
class SessionKeyNotFoundException extends NoSuchElementException implements Serializable
-
-
Package nablarch.common.web.session.store
-
Exception nablarch.common.web.session.store.HiddenStore.HiddenStoreLoadFailedException
class HiddenStoreLoadFailedException extends EncodeException implements Serializable
-
-
Package nablarch.common.web.tag
-
Class nablarch.common.web.tag.AnchorTag
class AnchorTag extends FocusAttributesTagSupport implements Serializable-
Serialized Fields
-
secure
Boolean secure
URIをhttpsにするか否か
-
-
-
Class nablarch.common.web.tag.ButtonTag
class ButtonTag extends ButtonTagSupport implements Serializable-
Serialized Fields
-
allowDoubleSubmission
boolean allowDoubleSubmission
二重サブミットを許可するか否か
-
-
-
Class nablarch.common.web.tag.ButtonTagSupport
class ButtonTagSupport extends FocusAttributesTagSupport implements Serializable-
Serialized Fields
-
displayMethod
DisplayMethod displayMethod
表示制御を行う場合の表示方法 -
secure
Boolean secure
URIをhttpsにするか否か -
uri
String uri
サブミット先のURI
-
-
-
Class nablarch.common.web.tag.ChangeParamNameTag
class ChangeParamNameTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.CheckboxTag
class CheckboxTag extends CheckboxTagSupport implements Serializable -
Class nablarch.common.web.tag.CheckboxTagSupport
class CheckboxTagSupport extends CheckedInputTagSupport implements Serializable -
Class nablarch.common.web.tag.CheckedInputTagSupport
class CheckedInputTagSupport extends InputTagSupport implements Serializable -
Class nablarch.common.web.tag.CodeCheckboxesTag
class CodeCheckboxesTag extends CodeCheckedInputsTagSupport implements Serializable -
Class nablarch.common.web.tag.CodeCheckboxTag
class CodeCheckboxTag extends CheckboxTagSupport implements Serializable -
Class nablarch.common.web.tag.CodeCheckedInputsTagSupport
class CodeCheckedInputsTagSupport extends InputTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.CodeCheckedInputsTagSupport.CodeCheckedInputsTagWriter writer
コード値の複数のchecked属性を持つinputタグを出力するクラスの実装をサポートするクラス
-
-
-
Class nablarch.common.web.tag.CodeRadioButtonsTag
class CodeRadioButtonsTag extends CodeCheckedInputsTagSupport implements Serializable -
Class nablarch.common.web.tag.CodeSelectTag
class CodeSelectTag extends SelectTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.CodeSelectTag.CodeSelectTagWriter writer
コード値のselectタグを出力するクラスの実装をサポートするクラス
-
-
-
Class nablarch.common.web.tag.CodeTag
class CodeTag extends HtmlTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.CodeTag.CodeTagWriter writer
コード値を出力するクラスの実装をサポートするクラス
-
-
-
Class nablarch.common.web.tag.CodeTagWriterSupport
class CodeTagWriterSupport extends MultivaluedInputTagWriterSupport implements Serializable -
Class nablarch.common.web.tag.ColorTag
class ColorTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.CompositeKeyCheckboxTag
class CompositeKeyCheckboxTag extends CompositeKeyCheckedInputTagSupport implements Serializable -
Class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
class CompositeKeyCheckedInputTagSupport extends CheckedInputTagSupport implements Serializable -
Class nablarch.common.web.tag.CompositeKeyRadioButtonTag
class CompositeKeyRadioButtonTag extends CompositeKeyCheckedInputTagSupport implements Serializable -
Class nablarch.common.web.tag.ConfirmationPageTag
class ConfirmationPageTag extends CustomTagSupport implements Serializable-
Serialized Fields
-
path
String path
フォワード先のパス
-
-
-
Class nablarch.common.web.tag.CustomTagSupport
class CustomTagSupport extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable -
Class nablarch.common.web.tag.DateTag
class DateTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.DatetimeLocalTag
class DatetimeLocalTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.DownloadButtonTag
class DownloadButtonTag extends ButtonTag implements Serializable -
Class nablarch.common.web.tag.DownloadLinkTag
class DownloadLinkTag extends SubmitLinkTag implements Serializable -
Class nablarch.common.web.tag.DownloadSubmitTag
class DownloadSubmitTag extends SubmitTag implements Serializable -
Class nablarch.common.web.tag.EmailTag
class EmailTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.ErrorsTag
class ErrorsTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.ErrorTag
class ErrorTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.FileTag
class FileTag extends InputTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.FileTag.FileTagWriter writer
タグ出力サポートクラス
-
-
-
Class nablarch.common.web.tag.FocusAttributesTagSupport
class FocusAttributesTagSupport extends GenericAttributesTagSupport implements Serializable -
Class nablarch.common.web.tag.ForConfirmationPageTag
class ForConfirmationPageTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.ForInputPageTag
class ForInputPageTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.FormTag
class FormTag extends GenericAttributesTagSupport implements Serializable -
Class nablarch.common.web.tag.GenericAttributesTagSupport
class GenericAttributesTagSupport extends HtmlTagSupport implements Serializable -
Class nablarch.common.web.tag.HiddenStoreTag
class HiddenStoreTag extends InputTagSupport implements Serializable -
Class nablarch.common.web.tag.HiddenTag
class HiddenTag extends InputTagSupport implements Serializable -
Class nablarch.common.web.tag.HtmlTagSupport
class HtmlTagSupport extends CustomTagSupport implements Serializable-
Serialized Fields
-
attributes
HtmlAttributes attributes
HTMLの属性
-
-
-
Class nablarch.common.web.tag.IgnoreConfirmationTag
class IgnoreConfirmationTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.ImgTag
class ImgTag extends GenericAttributesTagSupport implements Serializable-
Serialized Fields
-
secure
Boolean secure
URIをhttpsにするか否か
-
-
-
Class nablarch.common.web.tag.IncludeParamTag
class IncludeParamTag extends ParamTagSupport implements Serializable -
Class nablarch.common.web.tag.IncludeTag
class IncludeTag extends CustomTagSupport implements Serializable-
Serialized Fields
-
path
String path
インクルード先のパス
-
-
-
Class nablarch.common.web.tag.InputTagSupport
class InputTagSupport extends FocusAttributesTagSupport implements Serializable -
Class nablarch.common.web.tag.LinkTag
class LinkTag extends GenericAttributesTagSupport implements Serializable-
Serialized Fields
-
secure
Boolean secure
URIをhttpsにするか否か
-
-
-
Class nablarch.common.web.tag.ListCheckboxesTag
class ListCheckboxesTag extends ListCheckedInputsTagSupport implements Serializable -
Class nablarch.common.web.tag.ListCheckedInputsTagSupport
class ListCheckedInputsTagSupport extends InputTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.ListCheckedInputsTagSupport.ListCheckedInputsTagWriter writer
複数のchecked属性を持つinputタグのサポートクラス。
-
-
-
Class nablarch.common.web.tag.ListRadioButtonsTag
class ListRadioButtonsTag extends ListCheckedInputsTagSupport implements Serializable -
Class nablarch.common.web.tag.ListSelectTag
class ListSelectTag extends SelectTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.ListSelectTag.ListSelectTagWriter writer
selectタグを出力するクラスの実装をサポートするクラス
-
-
-
Class nablarch.common.web.tag.ListTagWriterSupport
class ListTagWriterSupport extends MultivaluedInputTagWriterSupport implements Serializable -
Class nablarch.common.web.tag.MessageTag
class MessageTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.MonthTag
class MonthTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
class MultivaluedInputTagWriterSupport extends Object implements Serializable-
Serialized Fields
-
errorCss
String errorCss
エラーレベルのメッセージに使用するCSSクラス名 -
listFormat
ListFormat listFormat
リスト表示時に使用するタグ -
nameAlias
Set<String> nameAlias
name属性のエイリアス
-
-
-
Class nablarch.common.web.tag.NoCacheTag
class NoCacheTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.NumberTag
class NumberTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.ParamTag
class ParamTag extends ParamTagSupport implements Serializable -
Class nablarch.common.web.tag.ParamTagSupport
class ParamTagSupport extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.PasswordTag
class PasswordTag extends InputTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.PasswordTag.PasswordTagWriter writer
passwordタグのサポートクラス
-
-
-
Class nablarch.common.web.tag.PlainHiddenTag
class PlainHiddenTag extends InputTagSupport implements Serializable -
Class nablarch.common.web.tag.PopupButtonTag
class PopupButtonTag extends ButtonTagSupport implements Serializable -
Class nablarch.common.web.tag.PopupLinkTag
class PopupLinkTag extends SubmitLinkTagSupport implements Serializable -
Class nablarch.common.web.tag.PopupSubmitTag
class PopupSubmitTag extends SubmitTagSupport implements Serializable -
Class nablarch.common.web.tag.PrettyPrintTag
class PrettyPrintTag extends WriteTag implements Serializable -
Class nablarch.common.web.tag.RadioButtonTag
class RadioButtonTag extends CheckedInputTagSupport implements Serializable -
Class nablarch.common.web.tag.RangeTag
class RangeTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.RawWriteTag
class RawWriteTag extends WriteTag implements Serializable -
Class nablarch.common.web.tag.ScriptTag
class ScriptTag extends HtmlTagSupport implements Serializable-
Serialized Fields
-
secure
Boolean secure
URIをhttpsにするか否か
-
-
-
Class nablarch.common.web.tag.SearchTag
class SearchTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.SelectTagSupport
class SelectTagSupport extends GenericAttributesTagSupport implements Serializable -
Class nablarch.common.web.tag.SetTag
class SetTag extends CustomTagSupport implements Serializable -
Class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
class SinglevaluedInputTagWriterSupport extends Object implements Serializable -
Class nablarch.common.web.tag.SubmitLinkTag
class SubmitLinkTag extends SubmitLinkTagSupport implements Serializable-
Serialized Fields
-
allowDoubleSubmission
boolean allowDoubleSubmission
二重サブミットを許可するか否か
-
-
-
Class nablarch.common.web.tag.SubmitLinkTagSupport
class SubmitLinkTagSupport extends FocusAttributesTagSupport implements Serializable-
Serialized Fields
-
bodyContent
jakarta.servlet.jsp.tagext.BodyContent bodyContent
BodyContent
-
displayMethod
DisplayMethod displayMethod
表示制御を行う場合の表示方法 -
secure
Boolean secure
URIをhttpsにするか否か -
uri
String uri
サブミット先のURI
-
-
-
Class nablarch.common.web.tag.SubmitTag
class SubmitTag extends SubmitTagSupport implements Serializable-
Serialized Fields
-
allowDoubleSubmission
boolean allowDoubleSubmission
二重サブミットを許可するか否か
-
-
-
Class nablarch.common.web.tag.SubmitTagSupport
class SubmitTagSupport extends InputTagSupport implements Serializable-
Serialized Fields
-
displayMethod
DisplayMethod displayMethod
表示制御を行う場合の表示方法 -
secure
Boolean secure
URIをhttpsにするか否か -
uri
String uri
サブミット先のURI
-
-
-
Class nablarch.common.web.tag.TelTag
class TelTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.TextareaTag
class TextareaTag extends FocusAttributesTagSupport implements Serializable-
Serialized Fields
-
writer
SinglevaluedInputTagWriterSupport writer
単一値の入力項目のサポートクラス
-
-
-
Class nablarch.common.web.tag.TextTag
class TextTag extends InputTagSupport implements Serializable-
Serialized Fields
-
writer
nablarch.common.web.tag.TextTag.TextTagWriter writer
textタグのサポートクラス
-
-
-
Class nablarch.common.web.tag.TimeTag
class TimeTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.UrlTag
class UrlTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.WeekTag
class WeekTag extends TextTag implements Serializable -
Class nablarch.common.web.tag.WriteTag
class WriteTag extends CustomTagSupport implements Serializable-
Serialized Fields
-
htmlEscape
boolean htmlEscape
HTMLエスケープをするか否か -
name
String name
出力対象の名前 -
safeAttributes
List<String> safeAttributes
HTMLエスケープの対象外のHTMLタグの中で使用することができる属性値のリスト。 (半角スペース区切り) htmlEscapeの値がfalseであった場合は、単に無視される。 -
safeTags
List<String> safeTags
HTMLエスケープの対象とならずにHTMLタグとしてそのまま出力するタグ名のリスト (半角スペース区切り) htmlEscapeの値がfalseであった場合は、単に無視される。 -
useValueAttr
boolean useValueAttr
value属性の値を使用するか否か -
value
String value
出力する値 -
valueFormat
String valueFormat
出力時のフォーマット -
withHtmlFormat
boolean withHtmlFormat
HTMLフォーマット(改行と半角スペースの変換)をするか否か
-
-
-
-
Package nablarch.core.beans
-
Exception nablarch.core.beans.BeansException
class BeansException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception nablarch.core.beans.ConversionException
class ConversionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package nablarch.core.dataformat
-
Exception nablarch.core.dataformat.InvalidDataFormatException
class InvalidDataFormatException extends RuntimeException implements Serializable -
Exception nablarch.core.dataformat.SyntaxErrorException
class SyntaxErrorException extends RuntimeException implements Serializable-
Serialized Fields
-
filePath
String filePath
構文エラーが発生したフォーマット定義ファイルのパス -
message
String message
エラーメッセージ -
token
LayoutFileParser.Token token
構文エラーの発生箇所
-
-
-
-
Package nablarch.core.db
-
Exception nablarch.core.db.DbAccessException
class DbAccessException extends RuntimeException implements Serializable-
Serialized Fields
-
se
SQLException se
SQLException
-
-
-
-
Package nablarch.core.db.connection.exception
-
Exception nablarch.core.db.connection.exception.DbConnectionException
class DbConnectionException extends DbAccessException implements Serializable
-
-
Package nablarch.core.db.statement
-
Package nablarch.core.db.statement.exception
-
Exception nablarch.core.db.statement.exception.DuplicateStatementException
class DuplicateStatementException extends SqlStatementException implements Serializable -
Exception nablarch.core.db.statement.exception.SqlStatementException
class SqlStatementException extends DbAccessException implements Serializable
-
-
Package nablarch.core.db.support
-
Class nablarch.core.db.support.ListSearchInfo
class ListSearchInfo extends Object implements Serializable- serialVersionUID:
- 2899442338576789285L
-
Exception nablarch.core.db.support.TooManyResultException
class TooManyResultException extends RuntimeException implements Serializable-
Serialized Fields
-
maxResultCount
int maxResultCount
検索結果の最大件数(上限) -
resultCount
int resultCount
検索結果件数
-
-
-
-
Package nablarch.core.exception
-
Exception nablarch.core.exception.IllegalConfigurationException
class IllegalConfigurationException extends RuntimeException implements Serializable -
Exception nablarch.core.exception.IllegalOperationException
class IllegalOperationException extends RuntimeException implements Serializable
-
-
Package nablarch.core.log
-
Class nablarch.core.log.NablarchLogger
class NablarchLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable-
Serialized Fields
-
logger
Logger logger
Nablarchのロガー
-
-
-
-
Package nablarch.core.message
-
Exception nablarch.core.message.ApplicationException
class ApplicationException extends RuntimeException implements Serializable -
Exception nablarch.core.message.MessageNotFoundException
class MessageNotFoundException extends RuntimeException implements Serializable
-
-
Package nablarch.core.repository.di
-
Exception nablarch.core.repository.di.ConfigurationLoadException
class ConfigurationLoadException extends ContainerProcessException implements Serializable -
Exception nablarch.core.repository.di.ContainerProcessException
class ContainerProcessException extends RuntimeException implements Serializable
-
-
Package nablarch.core.transaction
-
Exception nablarch.core.transaction.TransactionTimeoutException
class TransactionTimeoutException extends RuntimeException implements Serializable
-
-
Package nablarch.core.util.map
-
Exception nablarch.core.util.map.CopyOnReadMap.SnapshotCreationError
class SnapshotCreationError extends IllegalStateException implements Serializable -
Class nablarch.core.util.map.LRUMap
-
Serialized Fields
-
listener
LRUMap.RemoveListener<K,
V> listener 最も参照されていない要素が削除される場合に コールバックされるリスナー。 -
maxSize
int maxSize
このMapの最大容量
-
-
-
-
Package nablarch.fw
-
Exception nablarch.fw.DataReader.NoMoreRecord
class NoMoreRecord extends Result.NotFound implements Serializable -
Exception nablarch.fw.NoMoreHandlerException
class NoMoreHandlerException extends Result.NotFound implements Serializable -
Exception nablarch.fw.Result.ClientError
class ClientError extends Result.Error implements Serializable -
Exception nablarch.fw.Result.Error
class Error extends RuntimeException implements Serializable -
Exception nablarch.fw.Result.NotFound
class NotFound extends Result.ClientError implements Serializable -
Exception nablarch.fw.TransactionAbnormalEnd
class TransactionAbnormalEnd extends TransactionAbnormalEnd implements Serializable
-
-
Package nablarch.fw.handler
-
Exception nablarch.fw.handler.AlreadyProcessRunningException
class AlreadyProcessRunningException extends Exception implements Serializable -
Exception nablarch.fw.handler.DuplicateProcessCheckHandler.DuplicateProcess
class DuplicateProcess extends InternalError implements Serializable-
Serialized Fields
-
exitCode
int exitCode
終了コード
-
-
-
Exception nablarch.fw.handler.ProcessStopHandler.ProcessStop
class ProcessStop extends InternalError implements Serializable-
Serialized Fields
-
exitCode
int exitCode
終了コード
-
-
-
-
Package nablarch.fw.handler.retry
-
Exception nablarch.fw.handler.retry.RetryableException
class RetryableException extends RuntimeException implements Serializable
-
-
Package nablarch.fw.launcher
-
Exception nablarch.fw.launcher.ProcessAbnormalEnd
class ProcessAbnormalEnd extends TransactionAbnormalEnd implements Serializable
-
-
Package nablarch.fw.messaging
-
Exception nablarch.fw.messaging.ErrorResponseMessage
class ErrorResponseMessage extends Result.Error implements Serializable-
Serialized Fields
-
response
ResponseMessage response
エラー応答電文の内容
-
-
-
Class nablarch.fw.messaging.FwHeader
-
Serialized Fields
-
resendFlagOffValue
Object resendFlagOffValue
初回送信電文に設定される再送フラグの値
-
-
-
Exception nablarch.fw.messaging.MessageReadError
class MessageReadError extends Result.Error implements Serializable-
Serialized Fields
-
message
ReceivedMessage message
受信メッセージ
-
-
-
Exception nablarch.fw.messaging.MessageSendSyncTimeoutException
class MessageSendSyncTimeoutException extends MessagingException implements Serializable-
Serialized Fields
-
retryCount
int retryCount
リトライ回数
-
-
-
Exception nablarch.fw.messaging.MessagingException
class MessagingException extends RuntimeException implements Serializable
-
-
Package nablarch.fw.messaging.provider.exception
-
Exception nablarch.fw.messaging.provider.exception.MomConnectionException
class MomConnectionException extends MessagingException implements Serializable
-
-
Package nablarch.fw.messaging.realtime.http.exception
-
Exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
class HttpMessagingException extends MessagingException implements Serializable -
Exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
class HttpMessagingInvalidDataFormatException extends HttpMessagingException implements Serializable -
Exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
class HttpMessagingTimeoutException extends HttpMessagingException implements Serializable
-
-
Package nablarch.fw.reader
-
Package nablarch.fw.results
-
Exception nablarch.fw.results.BadRequest
class BadRequest extends Result.ClientError implements Serializable -
Exception nablarch.fw.results.Conflicted
class Conflicted extends Result.ClientError implements Serializable -
Exception nablarch.fw.results.Forbidden
class Forbidden extends Result.ClientError implements Serializable -
Exception nablarch.fw.results.InternalError
class InternalError extends ServiceError implements Serializable -
Exception nablarch.fw.results.RequestEntityTooLarge
class RequestEntityTooLarge extends Result.ClientError implements Serializable -
Exception nablarch.fw.results.ServiceError
class ServiceError extends Result.Error implements Serializable -
Exception nablarch.fw.results.TransactionAbnormalEnd
class TransactionAbnormalEnd extends InternalError implements Serializable-
Serialized Fields
-
exitCode
int exitCode
終了コード
-
-
-
Exception nablarch.fw.results.Unauthorized
class Unauthorized extends Result.ClientError implements Serializable
-
-
Package nablarch.fw.web
-
Exception nablarch.fw.web.HttpErrorResponse
class HttpErrorResponse extends RuntimeException implements Serializable-
Serialized Fields
-
response
HttpResponse response
レスポンス情報
-
-
-
-
Package nablarch.fw.web.handler
-
Exception nablarch.fw.web.handler.SessionConcurrentAccessHandler.SessionConfliction
class SessionConfliction extends Conflicted implements Serializable
-
-
Package nablarch.fw.web.post
-
Class nablarch.fw.web.post.PostRequest
class PostRequest extends Object implements Serializable
-
-
Package nablarch.fw.web.servlet
-
Exception nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.PostParameterReadError
class PostParameterReadError extends BadRequest implements Serializable
-
-
Package nablarch.fw.web.upload.util
-
Package nablarch.integration.report
-
Exception nablarch.integration.report.ReportException
class ReportException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package nablarch.test.core.http.dump
-
Class nablarch.test.core.http.dump.RequestDumpServlet
class RequestDumpServlet extends jakarta.servlet.http.HttpServlet implements Serializable
-
-
Package nablarch.test.tool.htmlcheck
-
Exception nablarch.test.tool.htmlcheck.InvalidHtmlException
class InvalidHtmlException extends RuntimeException implements Serializable
-
-
Package nablarch.test.tool.htmlcheck.parser
-
Exception nablarch.test.tool.htmlcheck.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class nablarch.test.tool.htmlcheck.parser.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error nablarch.test.tool.htmlcheck.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-