public class NoSuchBlockNameException extends BlockException
Constructor and Description |
---|
NoSuchBlockNameException()
Constructs a new runtime exception with
null as its
detail message. |
NoSuchBlockNameException(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 NoSuchBlockNameException()
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 NoSuchBlockNameException(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.