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:
java.io.Serializable
- Enclosing class:
- Segment
public static class Segment.PassException extends java.lang.RuntimeExceptionException 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description PassException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-