net.sf.staccatocommons.lang.builder
Class BuilderAlreadyUsedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
BuilderAlreadyUsedException()
          Creates an exception with a descriptive message, and no cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuilderAlreadyUsedException

public BuilderAlreadyUsedException()
Creates an exception with a descriptive message, and no cause



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.