直列化された形式


パッケージ org.seasar.util.beans.util

Class org.seasar.util.beans.util.BeanMap extends LinkedHashMap<String,Object> implements Serializable

serialVersionUID: 1L


パッケージ org.seasar.util.collection

Class org.seasar.util.collection.ArrayMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 1L

直列化メソッド

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
例外:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
例外:
IOException

Class org.seasar.util.collection.ArrayMap.Entry extends Object implements Serializable

serialVersionUID: -6625980241350717177L

直列化メソッド

readExternal

public void readExternal(ObjectInput s)
                  throws IOException,
                         ClassNotFoundException
例外:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput s)
                   throws IOException
例外:
IOException

Class org.seasar.util.collection.CaseInsensitiveMap extends ArrayMap<String,V> implements Serializable

serialVersionUID: 1L

直列化メソッド

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
例外:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
例外:
IOException

Class org.seasar.util.collection.CaseInsensitiveSet extends AbstractSet<String> implements Serializable

serialVersionUID: 0L

Class org.seasar.util.collection.LruHashMap extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: 1L

直列化されたフィールド

limitSize

int limitSize
上限サイズです。

Class org.seasar.util.collection.SLinkedList extends Object implements Serializable

serialVersionUID: 1L

直列化メソッド

readExternal

public void readExternal(ObjectInput s)
                  throws IOException,
                         ClassNotFoundException
例外:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput s)
                   throws IOException
例外:
IOException

パッケージ org.seasar.util.exception

Class org.seasar.util.exception.ClassNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -9022468864937761059L

直列化されたフィールド

className

String className

Class org.seasar.util.exception.ConstructorNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 8584662068396978822L

直列化されたフィールド

targetClass

Class<T> targetClass

methodArgs

Object[] methodArgs

paramTypes

Class<T>[] paramTypes

Class org.seasar.util.exception.ConverterRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

直列化されたフィールド

propertyName

String propertyName

value

Object value

Class org.seasar.util.exception.EmptyArgumentException extends SIllegalArgumentException implements Serializable

serialVersionUID: 4625805280526951642L

Class org.seasar.util.exception.FieldNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -2715036865146285893L

直列化されたフィールド

targetClass

Class<T> targetClass

fieldName

String fieldName

Class org.seasar.util.exception.FieldNotStaticRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -7791347225750660981L

直列化されたフィールド

targetClass

Class<T> targetClass

fieldName

String fieldName

Class org.seasar.util.exception.IllegalAccessRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3649900343028907465L

直列化されたフィールド

targetClass

Class<T> targetClass

Class org.seasar.util.exception.IllegalKeyOfBeanMapException extends SIllegalArgumentException implements Serializable

serialVersionUID: 3456740832476626338L

Class org.seasar.util.exception.IllegalPropertyRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 3584516316082904020L

直列化されたフィールド

targetClass

Class<T> targetClass

propertyName

String propertyName

Class org.seasar.util.exception.InstantiationRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 5220902071756706607L

直列化されたフィールド

targetClass

Class<T> targetClass

Class org.seasar.util.exception.InvalidKeyRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3176447530746274091L

Class org.seasar.util.exception.InvocationTargetRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 7760491787158046906L

直列化されたフィールド

targetClass

Class<T> targetClass

Class org.seasar.util.exception.IORuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1533554330702215389L

Class org.seasar.util.exception.MethodNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3508955801981550317L

直列化されたフィールド

targetClass

Class<T> targetClass

methodName

String methodName

methodArgClasses

Class<T>[] methodArgClasses

Class org.seasar.util.exception.MethodNotStaticRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 7186052234464152208L

直列化されたフィールド

targetClass

Class<T> targetClass

methodName

String methodName

Class org.seasar.util.exception.NamingRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3176447530746274091L

Class org.seasar.util.exception.NoSuchAlgorithmRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3176447530746274091L

Class org.seasar.util.exception.NoSuchConstructorRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 8688818589925114466L

直列化されたフィールド

targetClass

Class<T> targetClass

argTypes

Class<T>[] argTypes

Class org.seasar.util.exception.NoSuchFieldRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 6609175673610180338L

直列化されたフィールド

targetClass

Class<T> targetClass

fieldName

String fieldName

Class org.seasar.util.exception.NoSuchMethodRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -5673845060079098617L

直列化されたフィールド

targetClass

Class<T> targetClass

methodName

String methodName

argTypes

Class<T>[] argTypes

Class org.seasar.util.exception.NoSuchPaddingRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -3176447530746274091L

Class org.seasar.util.exception.NullArgumentException extends SIllegalArgumentException implements Serializable

Class org.seasar.util.exception.ParserConfigurationRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -4610465906028959083L

Class org.seasar.util.exception.ParseRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -5237329676597387063L

Class org.seasar.util.exception.PropertyNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -5177019197796206774L

直列化されたフィールド

targetClass

Class<T> targetClass

propertyName

String propertyName

Class org.seasar.util.exception.ResourceNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 9033370905740809950L

直列化されたフィールド

path

String path

Class org.seasar.util.exception.RollbackRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -889986104662559877L

Class org.seasar.util.exception.SAXRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: -4933312103385038765L

Class org.seasar.util.exception.SIllegalArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: -3701473506893554853L

直列化されたフィールド

argName

String argName
null である引数の名前


messageCode

String messageCode
メッセージコード


args

Object[] args
メッセージの引数

Class org.seasar.util.exception.SIllegalStateException extends IllegalStateException implements Serializable

serialVersionUID: -2154525994315946504L

Class org.seasar.util.exception.SIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

serialVersionUID: -824874776607593608L

Class org.seasar.util.exception.SNoSuchElementException extends NoSuchElementException implements Serializable

serialVersionUID: 1632854460852262479L

Class org.seasar.util.exception.SQLRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 2533513110369526191L

Class org.seasar.util.exception.SRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -4452607868694297329L

直列化されたフィールド

messageCode

String messageCode

args

Object[] args

message

String message

simpleMessage

String simpleMessage

Class org.seasar.util.exception.SSQLException extends SQLException implements Serializable

serialVersionUID: 4098267431221202677L

直列化されたフィールド

messageCode

String messageCode

args

Object[] args

sql

String sql

Class org.seasar.util.exception.SUnsupportedOperationException extends UnsupportedOperationException implements Serializable

serialVersionUID: -6732367317955522602L

Class org.seasar.util.exception.SystemRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 7215695745074415461L



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.