OptionsException
firrtl.options.OptionsException
class OptionsException(val message: String, cause: Throwable = ...) extends IllegalArgumentException
Indicate an error related to a bad Annotation or it's command line option equivalent. This exception is always caught and converted to an error message by a Stage. Do not use this for communicating generic exception information.
Value parameters
- cause
-
the reason for this exception (a Java Throwable)
- message
-
exception message String
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- Exceptions.scala
- Graph
-
- Supertypes
-
class IllegalArgumentExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Members list
In this article