Class DifferentClassVersionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.commons.internal.util.TapestryException
org.apache.tapestry5.commons.util.DifferentClassVersionsException
- All Implemented Interfaces:
Serializable
,Locatable
Exception used when trying to assemble a page but different versions of the same class are found.
- Since:
- 5.8.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDifferentClassVersionsException
(String message, String className, ClassLoader classLoader1, ClassLoader classLoader2) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DifferentClassVersionsException
public DifferentClassVersionsException(String message, String className, ClassLoader classLoader1, ClassLoader classLoader2)
-
-
Method Details
-
getClassName
-
getClassLoader1
-
getClassLoader2
-