net.sf.staccatocommons.lang.builder
Class BuilderAlreadyUsedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.sf.staccatocommons.lang.builder.BuilderAlreadyUsedException
- All Implemented Interfaces:
- Serializable
public class BuilderAlreadyUsedException
- extends IllegalStateException
Exception that signals that a Builder has being used more than once,
but it does not support it.
- Author:
- flbulgarelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BuilderAlreadyUsedException
public BuilderAlreadyUsedException()
- Creates an exception with a descriptive message, and no cause
Copyright © 2010-2012 Staccatocommons. All Rights Reserved.