|
|
|
@ -33,8 +33,8 @@ package org.springframework.asm;
@@ -33,8 +33,8 @@ package org.springframework.asm;
|
|
|
|
|
* |
|
|
|
|
* @author Jason Zaugg |
|
|
|
|
*/ |
|
|
|
|
@SuppressWarnings("serial") |
|
|
|
|
public final class ClassTooLargeException extends IndexOutOfBoundsException { |
|
|
|
|
private static final long serialVersionUID = 160715609518896765L; |
|
|
|
|
|
|
|
|
|
private final String className; |
|
|
|
|
private final int constantPoolCount; |
|
|
|
|