org.kohsuke.stapler.export
Class NotExportableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
NotExportableException(java.lang.Class type)
           
NotExportableException(java.lang.String s, java.lang.Class type)
           
NotExportableException(java.lang.String message, java.lang.Throwable cause, java.lang.Class type)
           
NotExportableException(java.lang.Throwable cause, java.lang.Class type)
           
 
Method Summary
 java.lang.Class getType()
          Gets the type that didn't have ExportedBean
 
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
 

Constructor Detail

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)
Method Detail

getType

public java.lang.Class getType()
Gets the type that didn't have ExportedBean



Copyright © 2011. All Rights Reserved.