public final class UnsupportedFractalException
extends java.lang.Exception
Note that this class cannot be subclassed!
Constructor and Description |
---|
UnsupportedFractalException(java.lang.String filename,
java.lang.String familyName)
Constructs an
UnsupportedFractalException object, based on the specified filename
and the fractal family name that was read. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamilyName()
Returns the fractal family name that was specified.
|
java.lang.String |
getFilename()
Returns the name of the file this exception corresponds to.
|
public UnsupportedFractalException(java.lang.String filename, java.lang.String familyName)
UnsupportedFractalException
object, based on the specified filename
and the fractal family name that was read.filename
- the name of the file this exception corresponds tofamilyName
- the fractal family namepublic java.lang.String getFamilyName()
public java.lang.String getFilename()