public class PAffineTransformException extends RuntimeException
Constructor and Description |
---|
PAffineTransformException(PAffineTransform errantTransform)
Constructs an Exception that represents an error with the
errantTransform.
|
PAffineTransformException(String message,
PAffineTransform errantTransform)
Constructs an Exception that represents an error with the
errantTransform.
|
PAffineTransformException(String message,
Throwable throwable,
PAffineTransform errantTransform)
Constructs an Exception that wraps another and records the errant
transform and provides a human readable message about the exception's
context.
|
PAffineTransformException(Throwable throwable,
PAffineTransform errantTransform)
Constructs an Exception that wraps another and records the errant
transform.
|
Modifier and Type | Method and Description |
---|---|
PAffineTransform |
getErrantTransform()
Used to access the transform related to this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PAffineTransformException(PAffineTransform errantTransform)
errantTransform
- transform that caused the errorpublic PAffineTransformException(String message, PAffineTransform errantTransform)
message
- Text message provided by the programmer about the context
of the errorerrantTransform
- transform that caused the errorpublic PAffineTransformException(Throwable throwable, PAffineTransform errantTransform)
throwable
- the root cause of the exceptionerrantTransform
- transform that's related to the errorpublic PAffineTransformException(String message, Throwable throwable, PAffineTransform errantTransform)
message
- Text message provided by the programmer about the context
of the errorthrowable
- the root cause of the exceptionerrantTransform
- transform that's related to the errorpublic PAffineTransform getErrantTransform()
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.