Class EvolutionOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openjump.core.ui.plugin.datastore.transaction.EvolutionOperationException
-
- All Implemented Interfaces:
Serializable
public class EvolutionOperationException extends Exception
Exception thrown by an operation performed on a Evolution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvolutionOperationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EvolutionOperationException
public EvolutionOperationException(String message)
-
-