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
public class NotExportableException
- extends IllegalArgumentException
Signals an error that the class didn't have ExportedBean
.
- Author:
- Kohsuke Kawaguchi
- See Also:
Model
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotExportableException
public NotExportableException(Class type)
NotExportableException
public NotExportableException(String s,
Class type)
NotExportableException
public NotExportableException(String message,
Throwable cause,
Class type)
NotExportableException
public NotExportableException(Throwable cause,
Class type)
getType
public Class getType()
- Gets the type that didn't have
ExportedBean
Copyright © 2010. All Rights Reserved.