类 TillerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.microbean.helm.HelmException
-
- org.microbean.helm.TillerException
-
- 所有已实现的接口:
Serializable
public class TillerException extends HelmException
AHelmExceptionindicating a Tiller-related problem.- 作者:
- Laird Nelson
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 限定符 构造器 说明 protectedTillerException()Creates a newTillerException.protectedTillerException(String message)Creates a newTillerException.protectedTillerException(String message, Throwable cause)Creates a newTillerException.protectedTillerException(Throwable cause)Creates a newTillerException.
-
方法概要
-
-
-
构造器详细资料
-
TillerException
protected TillerException()
Creates a newTillerException.
-
TillerException
protected TillerException(String message)
Creates a newTillerException.- 参数:
message- a descriptive message; may benull
-
TillerException
protected TillerException(Throwable cause)
Creates a newTillerException.- 参数:
cause- theThrowableresponsible for thisTillerException; may benull
-
TillerException
protected TillerException(String message, Throwable cause)
Creates a newTillerException.- 参数:
message- a descriptive message; may benullcause- theThrowableresponsible for thisTillerException; may benull
-
-