Move and rename exception classes in module 'runtime.jvm'
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package jet;
|
||||
package kotlin;
|
||||
|
||||
public class NoPatternMatchedException extends RuntimeException {
|
||||
public class NoWhenBranchMatchedException extends RuntimeException {
|
||||
}
|
||||
+1
-2
@@ -14,10 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package jet;
|
||||
package kotlin;
|
||||
|
||||
public class TypeCastException extends ClassCastException {
|
||||
|
||||
public TypeCastException(String s) {
|
||||
super(s);
|
||||
}
|
||||
Reference in New Issue
Block a user