Uses of Enum Class
com.sas.rio.MessageCode
Packages that use MessageCode
-
Uses of MessageCode in com.sas.rio
Methods in com.sas.rio that return MessageCodeModifier and TypeMethodDescriptionstatic MessageCodeMessageCode.valueOf(String name) Returns the enum constant of this class with the specified name.static MessageCode[]MessageCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.rio with parameters of type MessageCodeModifierConstructorDescriptionMVASQLException(MessageCode messageCode, Object... arguments) MVASQLException(MessageCode messageCode, Throwable t, Object... arguments) MVASQLExceptionUnsupported(MessageCode messageCode, Object... arguments) MVASQLWarning(MessageCode messageCode, Object... arguments) MVASQLWarning(MessageCode messageCode, Throwable t, Object... arguments) RIOException(MessageCode messageCode, Object... arguments) Use this constructor when message string has arguments