
Public Member Functions | |
| WMException () | |
| WMException (String message, cast.cdl.WorkingMemoryAddress wma) | |
| String | ice_name () |
| void | __write (IceInternal.BasicStream __os) |
| void | __read (IceInternal.BasicStream __is, boolean __rid) |
| void | __write (Ice.OutputStream __outS) |
| void | __read (Ice.InputStream __inS, boolean __rid) |
Public Attributes | |
| cast.cdl.WorkingMemoryAddress | wma |
Definition at line 23 of file WMException.java.
| cast.WMException.WMException | ( | ) |
Definition at line 25 of file WMException.java.
| cast.WMException.WMException | ( | String | message, | |
| cast.cdl.WorkingMemoryAddress | wma | |||
| ) |
Definition at line 30 of file WMException.java.
| void cast.WMException.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Reimplemented from cast.SubarchitectureComponentException.
Reimplemented in cast.AlreadyExistsOnWMException, cast.ConsistencyException, cast.DoesNotExistOnWMException, and cast.PermissionException.
Definition at line 79 of file WMException.java.
| void cast.WMException.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Reimplemented from cast.SubarchitectureComponentException.
Reimplemented in cast.AlreadyExistsOnWMException, cast.ConsistencyException, cast.DoesNotExistOnWMException, and cast.PermissionException.
Definition at line 55 of file WMException.java.
| void cast.WMException.__write | ( | Ice.OutputStream | __outS | ) |
Reimplemented from cast.SubarchitectureComponentException.
Reimplemented in cast.AlreadyExistsOnWMException, cast.ConsistencyException, cast.DoesNotExistOnWMException, and cast.PermissionException.
Definition at line 69 of file WMException.java.
| void cast.WMException.__write | ( | IceInternal.BasicStream | __os | ) |
Reimplemented from cast.SubarchitectureComponentException.
Reimplemented in cast.AlreadyExistsOnWMException, cast.ConsistencyException, cast.DoesNotExistOnWMException, and cast.PermissionException.
Definition at line 45 of file WMException.java.
| String cast.WMException.ice_name | ( | ) |
Reimplemented from cast.SubarchitectureComponentException.
Reimplemented in cast.AlreadyExistsOnWMException, cast.ConsistencyException, cast.DoesNotExistOnWMException, and cast.PermissionException.
Definition at line 37 of file WMException.java.
Definition at line 42 of file WMException.java.
1.5.8