Class Segment.PassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.compress.harmony.pack200.Segment.PassException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Segment
public static class Segment.PassException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassException()
-
-
-
Constructor Detail
-
PassException
public PassException()
-
-