public class NoninvertibleTransformException extends Exception
NoninvertibleTransformException
クラスは、AffineTransform
オブジェクトの逆変換を必要とするオペレーションを実行する場合に、AffineTransform
が逆変換できる状態でないときにスローされる例外を表します。コンストラクタと説明 |
---|
NoninvertibleTransformException(String s)
指定された詳細メッセージを使用して
NoninvertibleTransformException のインスタンスを構築します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoninvertibleTransformException(String s)
NoninvertibleTransformException
のインスタンスを構築します。s
- 詳細メッセージ バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.