@ExceptionWrapper(idPrefix="ORBIO")
public interface Exceptions
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEPTIONS_PER_CLASS |
static int |
IIS_START |
static int |
IOS_START |
static int |
ISH_START |
static int |
OSC_START |
static int |
OSH_START |
static Exceptions |
self |
static int |
VHI_START |
static final Exceptions self
static final int EXCEPTIONS_PER_CLASS
static final int IIS_START
static final int IOS_START
static final int ISH_START
static final int OSC_START
static final int OSH_START
static final int VHI_START
@Message(value="No optional data exception constructor available") @Log(id=1) ExceptionInInitializerError noOptionalDataExceptionConstructor(@Chain Exception exc)
@Message(value="Can\'t create optional data exception") @Log(id=2) Error cantCreateOptionalDataException(@Chain Exception ex)
@Message(value="readLine method not supported") @Log(id=3) IOException readLineMethodNotSupported()
@Message(value="registerValidation method not supported") @Log(id=4) Error registerValidationNotSupport()
@Message(value="resolveClass method not supported") @Log(id=5) IOException resolveClassNotSupported()
@Message(value="resolveObject method not supported") @Log(id=6) IOException resolveObjectNotSupported()
@Message(value="IllegalAccessException when invoking readObject")
@Log(id=7)
void illegalAccessInvokingObjectRead(@Chain
IllegalAccessException e)
@Message(value="Bad type {0} for primitive field")
@Log(id=8)
InvalidClassException invalidClassForPrimitive(String name)
@Message(value="Unknown call type {0} while reading object field: possible stream corruption")
@Log(id=9)
StreamCorruptedException unknownCallType(int callType)
@Message(value="Unknown typecode kind {0} while reading object field: possible stream corruption")
@Log(id=10)
StreamCorruptedException unknownTypecodeKind(int value)
@Message(value="Assigning instance of class {0} to field {1}")
@Log(id=11)
ClassCastException couldNotAssignObjectToField(@Chain
IllegalArgumentException exc,
String className,
String fieldName)
@Message(value="Not setting field {0} on class {1}: likely that class has evolved")
@Log(level=FINE,
id=12)
void notSettingField(String fieldName,
String className)
@Message(value="Stream corrupted") @Log(id=13) StreamCorruptedException streamCorrupted(Throwable t)
@Log(id=14)
@Message(value="Could not unmarshal enum with cls {0}, value {1} using EnumDesc")
IOException couldNotUnmarshalEnum(String cls,
String value)
@Message(value="method annotateClass not supported") @Log(id=102) IOException annotateClassNotSupported()
@Message(value="method replaceObject not supported") @Log(id=103) IOException replaceObjectNotSupported()
@Message(value="serialization of ObjectStreamClass not supported") @Log(id=104) IOException serializationObjectStreamClassNotSupported()
@Message(value="serialization of ObjectStreamClass not supported") @Log(id=105) NotSerializableException notSerializable(String name)
@Message(value="Invalid class {0} for writing field")
@Log(id=106)
InvalidClassException invalidClassForWrite(String name)
@Message(value="Default data already read") @Log(id=202) StreamCorruptedException defaultDataAlreadyRead()
@Message(value="Default data must be read first") @Log(id=203) StreamCorruptedException defaultDataMustBeReadFirst()
@Message(value="Default data not sent or already read") @Log(id=204) StreamCorruptedException defaultDataNotPresent()
@Message(value="Default data not sent or already read")
@Log(level=FINE,
id=302)
void couldNotAccessSerialPersistentFields(@Chain
Exception e,
String name)
@Message(value="Field type mismatch in Class {0} for field (name {1}, type {2})and reflected field (name {3}, type {4})")
@Log(level=FINE,
id=303)
void fieldTypeMismatch(String cname,
String fldName,
Class<?> fldType,
String rfldName,
Class<?> rfldType)
@Message(value="Could not find field {1} in class {0}")
@Log(level=FINE,
id=304)
void noSuchField(@Chain
NoSuchFieldException e,
String className,
String fieldName)
@Message(value="Could not hasStaticInitializer method in class {0}")
@Log(id=305)
InternalError cantFindHasStaticInitializer(String cname)
@Message(value="Could not invoke hasStaticInitializer method") @Log(id=306) InternalError errorInvokingHasStaticInitializer(@Chain Exception ex)
@Message(value="Call writeObject twice") @Log(id=402) IOException calledWriteObjectTwice()
@Message(value="Call defaultWriteObject or writeFields twice") @Log(id=403) IOException calledDefaultWriteObjectTwice()
@Message(value="Cannot call defaultWriteObject or writeFields after writing custom data") @Log(id=404) IOException defaultWriteObjectAfterCustomData()
@Message(value="Invalid primitive type {0}")
@Log(id=502)
Error invalidPrimitiveType(String name)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.