com.adobe.acrobat.sidecar
Class AffineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adobe.acrobat.sidecar.AffineException

public class AffineException
extends java.lang.Exception

Signals that an (Affine)Matrix exception has occurred.

Version:
0.1 June 24 1996
See Also:
Serialized Form

Constructor Summary
AffineException(java.lang.String msg)
          Constructs a AffineException with the specified detail message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AffineException

public AffineException(java.lang.String msg)
Constructs a AffineException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
msg - the detail message