Error opening SVG with PShape

Hello, I’m getting started with PShape with SVG exported from Illustrator, but i keep always receiving the following error message:

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at processing.core.PApplet.runSketch(PApplet.java:10852)
at processing.core.PApplet.main(PApplet.java:10620)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
RuntimeException: java.lang.reflect.InvocationTargetException
at processing.core.PApplet.runSketch(PApplet.java:10846)
… 1 more
Caused by: java.lang.NullPointerException
at processing.core.PApplet.loadShape(PApplet.java:11681)
at Pong.(Pong.java:20)
… 6 more

Does anybody know why does it appears?

Hi @Zabot
How and where did you actually import the svg?