Package kala.compress.harmony.pack200
Class Segment.PassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kala.compress.harmony.pack200.Segment.PassException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Segment
Exception indicating that the class currently being visited contains an unknown attribute, which means that by default the class file needs to be passed
through as-is in the file_bands rather than being packed with pack200.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PassException
public PassException()
-