Class CannotEditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.images.handlers.CannotEditException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotEditException
Exception thrown when an attempt to edit an resource is made with a handler that does not support this,
or that gets an error when editing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotEditException
(String message) Constructor.CannotEditException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotEditException
Constructor.- Parameters:
message
- The message.
-
CannotEditException
Constructor.- Parameters:
message
- The message.cause
- The cause of this exception.
-