org.excel4j
Class Excel4Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.excel4j.Excel4Exception
All Implemented Interfaces:
java.io.Serializable

public class Excel4Exception
extends java.lang.RuntimeException

An exception thrown in the Excel4 function.

See Also:
Serialized Form

Constructor Summary
Excel4Exception(int errorCode)
          Creates a new ExcelException object.
 
Method Summary
 int getErrorCode()
          Get the error code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Excel4Exception

public Excel4Exception(int errorCode)
Creates a new ExcelException object.

Parameters:
errorCode. -
Method Detail

getErrorCode

public int getErrorCode()
Get the error code.

Returns:
int.