Class IllegalBeanRepositoryModification
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.engine.bean.repository.IllegalBeanRepositoryModification
-
- All Implemented Interfaces:
Serializable
public class IllegalBeanRepositoryModification extends RuntimeException
- Author:
- maurice.zeijen@smies.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalBeanRepositoryModification()
IllegalBeanRepositoryModification(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
-
IllegalBeanRepositoryModification
public IllegalBeanRepositoryModification()
-
IllegalBeanRepositoryModification
public IllegalBeanRepositoryModification(String message)
-
-