com.eteks.sweethome3d.model
Class InterruptedRecorderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.eteks.sweethome3d.model.RecorderException
com.eteks.sweethome3d.model.InterruptedRecorderException
- All Implemented Interfaces:
- Serializable
public class InterruptedRecorderException
- extends RecorderException
Exception thrown when an a thread is interrupted during an access to data in IO layer.
- Author:
- Emmanuel Puybaret
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedRecorderException
public InterruptedRecorderException()
- Creates a default
InterruptedRecorderException
.
InterruptedRecorderException
public InterruptedRecorderException(String message)
- Creates a
InterruptedRecorderException
from its message.