Class ErrorState
- java.lang.Object
-
- de.quantummaid.httpmaid.mappath.statemachine.states.ErrorState
-
-
Constructor Summary
Constructors Constructor Description ErrorState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorStateerrorState(String message)Stringmessage()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.mappath.statemachine.states.State
handleClosingSquareBrackets, handleDot, handleEnd, handleNewline, handleNonNumericCharacter, handleNumericCharacter, handleOpeningSquareBrackets
-
-
-
-
Method Detail
-
errorState
public static ErrorState errorState(String message)
-
message
public String message()
-
-