public class NonInvertibleTransformException extends Exception
NonInvertibleTransformExceptionクラスは、Transformオブジェクトの逆変換を必要とするオペレーションを実行する場合、逆変換できる状態でないときにスローされる例外を表します。| コンストラクタと説明 |
|---|
NonInvertibleTransformException(String message)
指定された詳細メッセージを使用した
NonInvertibleTransformExceptionの新しいインスタンスを作成します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonInvertibleTransformException(String message)
NonInvertibleTransformExceptionの新しいインスタンスを作成します。message - 詳細メッセージCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.