public class NotExportableException
extends java.lang.IllegalArgumentException
ExportedBean
.Model
,
Serialized FormConstructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getType()
Gets the type that didn't have
ExportedBean |
public NotExportableException(java.lang.Class type)
public NotExportableException(java.lang.String s, java.lang.Class type)
public NotExportableException(java.lang.String message, java.lang.Throwable cause, java.lang.Class type)
public NotExportableException(java.lang.Throwable cause, java.lang.Class type)
public java.lang.Class getType()
ExportedBean
Copyright © 2012. All Rights Reserved.