de.kapsi.util
Class OSAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.kapsi.util.NativeException
de.kapsi.util.OSAException
- All Implemented Interfaces:
- java.io.Serializable
- public class OSAException
- extends NativeException
Thrown by OpenScripting components e.g. OSAScript.
- See Also:
- Serialized Form
Method Summary |
protected static java.lang.String |
createMessage(int errorCode)
Returns a more or less informative description for
the errorCode. |
AEDesc |
getAEDesc()
|
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 |
errAEEventNotHandled
public static final int errAEEventNotHandled
- Not really an OSA error but very common ;)
- See Also:
- Constant Field Values
errOSASystemError
public static final int errOSASystemError
- See Also:
- Constant Field Values
errOSAInvalidID
public static final int errOSAInvalidID
- See Also:
- Constant Field Values
errOSABadStorageType
public static final int errOSABadStorageType
- See Also:
- Constant Field Values
errOSAScriptError
public static final int errOSAScriptError
- See Also:
- Constant Field Values
errOSABadSelector
public static final int errOSABadSelector
- See Also:
- Constant Field Values
errOSASourceNotAvailable
public static final int errOSASourceNotAvailable
- See Also:
- Constant Field Values
errOSANoSuchDialect
public static final int errOSANoSuchDialect
- See Also:
- Constant Field Values
errOSADataFormatObsolete
public static final int errOSADataFormatObsolete
- See Also:
- Constant Field Values
errOSADataFormatTooNew
public static final int errOSADataFormatTooNew
- See Also:
- Constant Field Values
errOSACorruptData
public static final int errOSACorruptData
- See Also:
- Constant Field Values
errOSARecordingIsAlreadyOn
public static final int errOSARecordingIsAlreadyOn
- See Also:
- Constant Field Values
errOSAComponentMismatch
public static final int errOSAComponentMismatch
- See Also:
- Constant Field Values
errOSACantOpenComponent
public static final int errOSACantOpenComponent
- See Also:
- Constant Field Values
OSAException
public OSAException(int errorCode,
AEDesc desc)
getAEDesc
public AEDesc getAEDesc()
createMessage
protected static java.lang.String createMessage(int errorCode)
- Returns a more or less informative description for
the errorCode.