de.kapsi.util
Class NativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.kapsi.util.NativeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- OSAException
- public class NativeException
- extends java.lang.RuntimeException
For a complete list of error codes see:
CoreServices.framework -> CarbonCore.framework -> Headers -> MacError.h
- See Also:
- Serialized Form
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 |
FILE_NOT_FOUND
public static final int FILE_NOT_FOUND
- See Also:
- Constant Field Values
ERROR_IN_PARAMETER_LIST
public static final int ERROR_IN_PARAMETER_LIST
- See Also:
- Constant Field Values
NOT_ENOUGH_MEMORY
public static final int NOT_ENOUGH_MEMORY
- See Also:
- Constant Field Values
NativeException
public NativeException(int errorCode)
NativeException
public NativeException(java.lang.String msg,
int errorCode)
getErrorCode
public int getErrorCode()
createMessage
protected static java.lang.String createMessage(int errorCode)