Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IntrospectionException (0.23 sec)

  1. maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/IntrospectionException.java

     */
    package org.apache.maven.model.interpolation.reflection;
    
    public class IntrospectionException extends Exception {
    
        /**
         *
         */
        private static final long serialVersionUID = -6090771282553728784L;
    
        IntrospectionException(String message) {
            super(message);
        }
    
        IntrospectionException(Throwable cause) {
            super(cause);
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 17 17:55:08 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top