Package net.officefloor.gef.configurer
Class ConfigurationBuilder.MessageOnlyApplyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.officefloor.gef.configurer.ConfigurationBuilder.MessageOnlyApplyException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ConfigurationBuilder<M>
public static class ConfigurationBuilder.MessageOnlyApplyException extends java.lang.Exception
Thrown fromConfigurationBuilder.Applier
to indicate message only error. If thrown the stack trace will not be displayed (nor any causes).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageOnlyApplyException(java.lang.String message)
Instantiate.
-