firrtl.FirrtlUserException
class FirrtlUserException(message: String, cause: Throwable = ...) extends RuntimeException, NoStackTrace
Exception indicating user error
These exceptions indicate a problem due to bad input and thus do not include a stack trace. This can be extended by custom transform writers.
Attributes
-
Deprecated
-
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
-
Source
-
FirrtlException.scala
-
Graph
-
-
Supertypes
-
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
-
Known subtypes
-
Members list
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Definition Classes
-
NoStackTrace -> Throwable
-
Inherited from:
-
NoStackTrace
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
Throwable
Attributes
-
Inherited from:
-
NoStackTrace
Attributes
-
Inherited from:
-
Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Inherited from:
-
Throwable