|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.umd.cs.piccolo.util.PAffineTransformException
public class PAffineTransformException
This class is used to encapsulate exceptions that may occur while performing transform operations.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
PAffineTransform |
getErrantTransform()
Used to access the transform related to this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 errorMethod Detail |
---|
public PAffineTransform getErrantTransform()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |