Package org.kohsuke.stapler.export
Class NotExportableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.kohsuke.stapler.export.NotExportableException
- All Implemented Interfaces:
Serializable
Signals an error that the class didn't have
ExportedBean
.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionNotExportableException
(Class type) NotExportableException
(Class type, Class<?> propertyOwner, String property) NotExportableException
(String s, Class type) NotExportableException
(String message, Throwable cause, Class type) NotExportableException
(Throwable cause, Class type) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotExportableException
-
NotExportableException
-
NotExportableException
-
NotExportableException
-
NotExportableException
-
-
Method Details
-
getType
Gets the type that didn't haveExportedBean
-