public class BaseGraphics2DException
extends java.lang.Exception
Can encapsulate another exception, which will probably be really a IOException.
| Constructor and Description |
|---|
BaseGraphics2DException(java.lang.Exception baseException) |
BaseGraphics2DException(java.lang.String message) |
BaseGraphics2DException(java.lang.String message,
java.lang.Exception baseException) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getBaseException()
Return the exception that created the present one, if any.
|
public BaseGraphics2DException(java.lang.Exception baseException)
public BaseGraphics2DException(java.lang.String message)
public BaseGraphics2DException(java.lang.String message,
java.lang.Exception baseException)