Package com.sun.corba.ee.impl.io
Interface Exceptions
@ExceptionWrapper(idPrefix="ORBIO")
public interface Exceptions
Logging and Exception handling for the io package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final Exceptions
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
couldNotAssignObjectToField
(IllegalArgumentException exc, String className, String fieldName) couldNotUnmarshalEnum
(String cls, String value) void
fieldTypeMismatch
(String cname, String fldName, Class<?> fldType, String rfldName, Class<?> rfldType) void
invalidClassForWrite
(String name) invalidPrimitiveType
(String name) void
noSuchField
(NoSuchFieldException e, String className, String fieldName) notSerializable
(String name) void
notSettingField
(String fieldName, String className) unknownCallType
(int callType) unknownTypecodeKind
(int value)
-
Field Details
-
self
-
EXCEPTIONS_PER_CLASS
static final int EXCEPTIONS_PER_CLASS- See Also:
-
IIS_START
static final int IIS_START- See Also:
-
IOS_START
static final int IOS_START- See Also:
-
ISH_START
static final int ISH_START- See Also:
-
OSC_START
static final int OSC_START- See Also:
-
OSH_START
static final int OSH_START- See Also:
-
VHI_START
static final int VHI_START- See Also:
-
-
Method Details
-
noOptionalDataExceptionConstructor
@Message("No optional data exception constructor available") @Log(id=1) ExceptionInInitializerError noOptionalDataExceptionConstructor(@Chain Exception exc) -
cantCreateOptionalDataException
-
readLineMethodNotSupported
-
registerValidationNotSupport
-
resolveClassNotSupported
-
resolveObjectNotSupported
-
illegalAccessInvokingObjectRead
@Message("IllegalAccessException when invoking readObject") @Log(id=7) void illegalAccessInvokingObjectRead(@Chain IllegalAccessException e) -
invalidClassForPrimitive
@Message("Bad type {0} for primitive field") @Log(id=8) InvalidClassException invalidClassForPrimitive(String name) -
unknownCallType
@Message("Unknown call type {0} while reading object field: possible stream corruption") @Log(id=9) StreamCorruptedException unknownCallType(int callType) -
unknownTypecodeKind
@Message("Unknown typecode kind {0} while reading object field: possible stream corruption") @Log(id=10) StreamCorruptedException unknownTypecodeKind(int value) -
couldNotAssignObjectToField
@Message("Assigning instance of class {0} to field {1}") @Log(id=11) ClassCastException couldNotAssignObjectToField(@Chain IllegalArgumentException exc, String className, String fieldName) -
notSettingField
-
streamCorrupted
-
couldNotUnmarshalEnum
@Log(id=14) @Message("Could not unmarshal enum with cls {0}, value {1} using EnumDesc") IOException couldNotUnmarshalEnum(String cls, String value) -
annotateClassNotSupported
-
replaceObjectNotSupported
-
serializationObjectStreamClassNotSupported
@Message("serialization of ObjectStreamClass not supported") @Log(id=104) IOException serializationObjectStreamClassNotSupported() -
notSerializable
@Message("serialization of ObjectStreamClass not supported") @Log(id=105) NotSerializableException notSerializable(String name) -
invalidClassForWrite
@Message("Invalid class {0} for writing field") @Log(id=106) InvalidClassException invalidClassForWrite(String name) -
defaultDataAlreadyRead
@Message("Default data already read") @Log(id=202) StreamCorruptedException defaultDataAlreadyRead() -
defaultDataMustBeReadFirst
@Message("Default data must be read first") @Log(id=203) StreamCorruptedException defaultDataMustBeReadFirst() -
defaultDataNotPresent
@Message("Default data not sent or already read") @Log(id=204) StreamCorruptedException defaultDataNotPresent() -
couldNotAccessSerialPersistentFields
-
fieldTypeMismatch
-
noSuchField
@Message("Could not find field {1} in class {0}") @Log(level=FINE, id=304) void noSuchField(@Chain NoSuchFieldException e, String className, String fieldName) -
cantFindHasStaticInitializer
@Message("Could not hasStaticInitializer method in class {0}") @Log(id=305) InternalError cantFindHasStaticInitializer(String cname) -
errorInvokingHasStaticInitializer
@Message("Could not invoke hasStaticInitializer method") @Log(id=306) InternalError errorInvokingHasStaticInitializer(@Chain Exception ex) -
calledWriteObjectTwice
-
calledDefaultWriteObjectTwice
@Message("Call defaultWriteObject or writeFields twice") @Log(id=403) IOException calledDefaultWriteObjectTwice() -
defaultWriteObjectAfterCustomData
@Message("Cannot call defaultWriteObject or writeFields after writing custom data") @Log(id=404) IOException defaultWriteObjectAfterCustomData() -
invalidPrimitiveType
-
invalidPrimitiveComponentType
-