Package org.jrd.backend.decompiling
Class ExpandableUrl.MalformedURLToPath
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jrd.backend.decompiling.ExpandableUrl.MalformedURLToPath
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExpandableUrl
public static class ExpandableUrl.MalformedURLToPath extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedURLToPath(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedURLToPath
public MalformedURLToPath(Throwable cause)
-
-