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
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PassException
public PassException()
-