DirectX Media for Animation Java Reference Previous
Previous
Classes
Classes
Index
Index
Next
Next

DXMException Class

Constructor , Methods

public class DXMException extends java.lang.RuntimeException {
    // Constructor
    public DXMException(String string);

   // Methods
   public String getErrorString();
}

DXMException objects are thrown when any detected error occurs in the Direct Animation system. They contain a string that should describe the source or the cause of the exception.


Constructor


DXMException

public DXMException(String string);

Constructs a DXMException object.

ParameterDescription
string Describes the cause or source of the exception.


Methods


getErrorString

public String getErrorString();

Extracts the error string from the exception.

Return Value:

Returns an error string of type java.lang.String.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.