org.jclarion.clarion.runtime
Class CError

java.lang.Object
  extended by org.jclarion.clarion.runtime.CError

public class CError
extends java.lang.Object


Constructor Summary
CError()
           
 
Method Summary
static java.lang.String error()
          Get descriptive error string
static int errorCode()
          Get last error code All error codes are in equates
static java.lang.String errorFile()
          Get file error applies to
static java.lang.String fileError()
          Get native error message from file driver for file related errors Applies when errorcode is 90
static java.lang.String fileErrorCode()
          Get native error code from file driver for file related errors Applies when errorcode is 90
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CError

public CError()
Method Detail

errorCode

public static int errorCode()
Get last error code All error codes are in equates

Returns:

error

public static java.lang.String error()
Get descriptive error string

Returns:

fileError

public static java.lang.String fileError()
Get native error message from file driver for file related errors Applies when errorcode is 90

Returns:

errorFile

public static java.lang.String errorFile()
Get file error applies to


fileErrorCode

public static java.lang.String fileErrorCode()
Get native error code from file driver for file related errors Applies when errorcode is 90

Returns:


Copyright © 2010. All Rights Reserved.