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:
Serializable
Enclosing class:
Segment

public static class Segment.PassException extends 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: