summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/throwException.scala
diff options
context:
space:
mode:
authorJim Lawson2016-04-26 11:06:16 -0700
committerJim Lawson2016-04-26 11:06:16 -0700
commit09958f63470697188e1ed1a01c7ea39b8c56e7ef (patch)
tree9c0d8ef8d69cbe74b5e56e8474f0304aacdadc6b /src/main/scala/Chisel/throwException.scala
parent19046381ae319915c4e8fff7b108e6b5dd100509 (diff)
Scalastyle fixes and "ignores". - No functional changes.
Diffstat (limited to 'src/main/scala/Chisel/throwException.scala')
-rw-r--r--src/main/scala/Chisel/throwException.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/scala/Chisel/throwException.scala b/src/main/scala/Chisel/throwException.scala
index 1932bec8..702884aa 100644
--- a/src/main/scala/Chisel/throwException.scala
+++ b/src/main/scala/Chisel/throwException.scala
@@ -3,6 +3,7 @@
package Chisel
@deprecated("throwException doesn't exist in Chisel3", "3.0.0")
+@throws(classOf[Exception])
object throwException {
def apply(s: String, t: Throwable = null) = {
val xcpt = new Exception(s, t)