org.jacorb.ir
Class ErrorMsg

java.lang.Object
  extended byorg.jacorb.ir.ErrorMsg

public final class ErrorMsg
extends java.lang.Object


Field Summary
static int IR_Definition_Not_Found
           
static int IR_Not_Implemented
           
static int IR_Unexpected_Definition_Kind
           
static int Principal_Not_Authorized
           
 
Constructor Summary
ErrorMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IR_Not_Implemented

public static final int IR_Not_Implemented
See Also:
Constant Field Values

IR_Unexpected_Definition_Kind

public static final int IR_Unexpected_Definition_Kind
See Also:
Constant Field Values

IR_Definition_Not_Found

public static final int IR_Definition_Not_Found
See Also:
Constant Field Values

Principal_Not_Authorized

public static final int Principal_Not_Authorized
See Also:
Constant Field Values
Constructor Detail

ErrorMsg

public ErrorMsg()