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:
- java.io.Serializable
public class NotExportableException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotExportableException
public NotExportableException(java.lang.Class type)
NotExportableException
public NotExportableException(java.lang.String s,
java.lang.Class type)
NotExportableException
public NotExportableException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Class type)
NotExportableException
public NotExportableException(java.lang.Throwable cause,
java.lang.Class type)
getType
public java.lang.Class getType()
- Gets the type that didn't have
ExportedBean
Copyright © 2012. All Rights Reserved.