Package cn.sliew.milky.dsl
Class AlreadyBuiltException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- cn.sliew.milky.dsl.AlreadyBuiltException
-
- All Implemented Interfaces:
Serializable
public class AlreadyBuiltException extends IllegalStateException
Thrown whenAbstractBuilder.build()is two or more times.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyBuiltException()AlreadyBuiltException(String message)AlreadyBuiltException(String message, Throwable cause)AlreadyBuiltException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-