public class BlockException extends RobotException
Constructor and Description |
---|
BlockException()
Constructs a new runtime exception with
null as its
detail message. |
BlockException(String message)
Constructs a new runtime exception with the specified detail message.
|
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public BlockException()
null
as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable)
.public BlockException(String message)
Throwable.initCause(java.lang.Throwable)
.message
- the detail message. The detail message is saved for
later retrieval by the RobotException.getMessage()
method.Copyright © 2020. All rights reserved.