public class BlenderFileException
extends java.lang.Exception
Constructor and Description |
---|
BlenderFileException()
Constructor.
|
BlenderFileException(java.lang.String message)
Constructor.
|
BlenderFileException(java.lang.String message,
java.lang.Throwable throwable)
Constructor.
|
BlenderFileException(java.lang.Throwable throwable)
Constructor.
|
public BlenderFileException()
public BlenderFileException(java.lang.String message)
message
- the message describing the problem that occurredpublic BlenderFileException(java.lang.Throwable throwable)
throwable
- an exception/error that occurredpublic BlenderFileException(java.lang.String message, java.lang.Throwable throwable)
message
- the message describing the problem that occurredthrowable
- an exception/error that occurred