DirectX Media for Animation Java Reference |
![]() Previous |
![]() Classes |
![]() Index |
![]() Next |
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.
public DXMException(String string);Constructs a DXMException object.
Parameter Description string Describes the cause or source of the exception.
public String getErrorString();Extracts the error string from the exception.
Return Value:
Returns an error string of type java.lang.String.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.