Packages

p

one.xingyi.core

exception

package exception

Type Members

  1. class ExceptionSpec extends AnyFlatSpec with UtilsSpec
  2. case class MyFirstException(msg: String, cause: Throwable) extends Exception with Product with Serializable
  3. case class MyFirstRemoteException(msg: String, cause: Throwable) extends MyRemoteException with Product with Serializable
  4. abstract class MyRemoteException extends Exception
  5. case class MySecondException(msg: String, cause: Throwable) extends Exception with Product with Serializable

Ungrouped